Class StdBEDefValorDefeito
Classe correspondente à definição de um valor por defeito na base de dados.
Implements
StdBE100.IStdBEDefValorDefeito
Inherited Members
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