Class StdBERegistoUtil
Esta classe encapsula um registo da base de dados.
Implements
StdBE100.IStdBERegistoUtil
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("86C2CFBF-F330-4C65-8C8C-81C031A0A5AF")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBERegistoUtil : StdBaseBE, IStdBERegistoUtil
Constructors
StdBERegistoUtil()
Declaration
public StdBERegistoUtil()
Properties
Campos
Declaration
public StdBECampos Campos { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Chaves
Declaration
public StdBECampos Chaves { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
StdBE100.IStdBERegistoUtil