PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBECamposChave

    Colecção de campos chave de uma tabela.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBECamposChave
    Implements
    StdBE100.IStdBECamposChave
    System.IDisposable
    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("6DFD4FFE-38D0-4A4E-89A9-E82E019BE44C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBECamposChave : StdBaseBE, IStdBECamposChave, IDisposable

    Constructors

    StdBECamposChave()

    Declaration
    public StdBECamposChave()

    Properties

    CamposChave

    Declaration
    public StdBECampos CamposChave { get; }
    Property Value
    Type Description
    StdBECampos

    Methods

    AddCampoChave(String, Object)

    Declaration
    public void AddCampoChave(string Campo, object Valor)
    Parameters
    Type Name Description
    System.String Campo
    System.Object Valor

    Dispose()

    Declaration
    public void Dispose()

    Implements

    StdBE100.IStdBECamposChave
    System.IDisposable