PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEValorVar

    Classe que define um valor do tipo Variant.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEValorVar
    Implements
    StdBE100.IStdBEValorVar
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("5827F60E-6D18-4A9F-91EE-9CD81722649A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEValorVar : StdBaseBE, IStdBEValorVar

    Constructors

    StdBEValorVar()

    Declaration
    public StdBEValorVar()

    Properties

    Chave

    Identificador do valor.

    Declaration
    public string Chave { get; set; }
    Property Value
    Type Description
    System.String

    Tag

    Tag do valor.

    Declaration
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Valor

    Valor.

    Declaration
    public object Valor { get; set; }
    Property Value
    Type Description
    System.Object

    Implements

    StdBE100.IStdBEValorVar