Class StdBEDefCampo
Classe correspondente à definição de um campo na base de dados.
Implements
StdBE100.IStdBEDefCampo
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("87548809-F18D-4E38-BCF5-23132D41C703")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEDefCampo : StdBaseBE, IStdBEDefCampo
Constructors
StdBEDefCampo()
Declaration
public StdBEDefCampo()
Properties
Dimensao
Declaration
public int Dimensao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Nome
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Declaration
public StdBETipos.EnumTipoCampo Tipo { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumTipoCampo |
Implements
StdBE100.IStdBEDefCampo