PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEDefChavePrimaria

    Classe correspondente à definição de uma chave primária.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEDefChavePrimaria
    Implements
    StdBE100.IStdBEDefChavePrimaria
    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("17052BCB-061C-4D2F-8C4F-B6098CAF8D4E")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEDefChavePrimaria : StdBaseBE, IStdBEDefChavePrimaria

    Constructors

    StdBEDefChavePrimaria()

    Declaration
    public StdBEDefChavePrimaria()

    Properties

    Colunas

    Declaration
    public StdBEDefCampos Colunas { get; }
    Property Value
    Type Description
    StdBEDefCampos

    NomeConstraint

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

    NomeTabela

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    StdBE100.IStdBEDefChavePrimaria