PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEDefValorDefeito

    Classe correspondente à definição de um valor por defeito na base de dados.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEDefValorDefeito
    Implements
    StdBE100.IStdBEDefValorDefeito
    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("345812B5-DDFB-4E2D-A30E-E97AAA9BD25D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEDefValorDefeito : StdBaseBE, IStdBEDefValorDefeito

    Constructors

    StdBEDefValorDefeito()

    Declaration
    public StdBEDefValorDefeito()

    Properties

    NomeCampo

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

    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

    Valor

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

    Implements

    StdBE100.IStdBEDefValorDefeito