Class AdmBEReposicao
Definição de uma reposição de base de dados.
Implements
AdmBE100.IAdmBEReposicao
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: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("48B4C6E6-C994-43A5-8917-F3D225E00976")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEReposicao : AdmBaseBE, IAdmBEReposicao
Constructors
AdmBEReposicao()
Declaration
public AdmBEReposicao()
Properties
ChaveLog
Chave de log.
Declaration
public string ChaveLog { get; }
Property Value
Type | Description |
---|---|
System.String |
CodigoEmpresa
Declaration
public string CodigoEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutionDate
Declaration
public DateTime ExecutionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Utilizador
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
AdmBE100.IAdmBEReposicao