PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBEListaElemento

    Definição de um elemento de uma lista.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBEListaElemento
    Implements
    AdmBE100.IAdmBEListaElemento
    Inherited Members
    AdmBaseBE.AbvtApl
    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: AdmBE100
    Assembly: AdmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("80F38A7E-CF7A-4840-8BDD-5A57DAE6D53D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBEListaElemento : AdmBaseBE, IAdmBEListaElemento

    Constructors

    AdmBEListaElemento()

    Declaration
    public AdmBEListaElemento()

    Properties

    Chave

    Chave do elemento.

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

    Valor

    Valor do elemento.

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

    Implements

    AdmBE100.IAdmBEListaElemento