PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEDefCheckConstraint

    Classe correspondente à definição de uma check constraint.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEDefCheckConstraint
    Implements
    StdBE100.IStdBEDefCheckConstraint
    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("D891400C-313B-454D-A2D5-0022C397249B")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEDefCheckConstraint : StdBaseBE, IStdBEDefCheckConstraint

    Constructors

    StdBEDefCheckConstraint()

    Declaration
    public StdBEDefCheckConstraint()

    Properties

    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

    Validacao

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

    Implements

    StdBE100.IStdBEDefCheckConstraint