PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEValorStr

    Classe que define um valor do tipo String.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEValorStr
    Implements
    StdBE100.IStdBEValorStr
    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("4277AC23-BD2F-4835-A11C-96930AF73EE6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEValorStr : StdBaseBE, IStdBEValorStr

    Constructors

    StdBEValorStr()

    Declaration
    public StdBEValorStr()

    Properties

    Chave

    Identificador do valor.

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

    Tag

    Tag do valor.

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

    Valor

    Valor.

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

    Implements

    StdBE100.IStdBEValorStr