Class InvBEFechoMesSTK
Classe que identifica um Fecho de Mês de Stocks
Implements
InvBE100.IInvBEFechoMesSTK
Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
[ComVisible(true)]
[Guid("D765892E-E184-49CC-AF47-DBA4CE986C4D")]
[ClassInterface(ClassInterfaceType.None)]
public class InvBEFechoMesSTK : InvBaseBE, IInvBEFechoMesSTK
Constructors
InvBEFechoMesSTK()
Declaration
public InvBEFechoMesSTK()
Properties
Ano
Ano
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnoCBL
Ano da Contabilidade
Declaration
public int AnoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Coleção com os campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos | Coleção com os campos do utilizador. |
Diario
Diário
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Documento
Identificação do Documento
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em modo de edição
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Estado
Estado do Mês
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filial
Filial do Documento
Declaration
public string Filial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificação do Fecho de Mês de Stocks
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabecMovCbl
Estado do Mês
Declaration
public string IDCabecMovCbl { get; set; }
Property Value
Type | Description |
---|---|
System.String | Identificador (Guid). |
LinhasFechoMesSTK
Indica a coleção de linhas do Fecho de Mês de Stocks
Declaration
public InvBELinhasFechoMesSTK LinhasFechoMesSTK { get; set; }
Property Value
Type | Description |
---|---|
InvBELinhasFechoMesSTK |
Mes
Mês
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MovContab
Movimento de Contabilidade
Declaration
public int MovContab { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDiario
Número do Diário
Declaration
public int NumDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDoc
Número do Documento
Declaration
public int NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrimeiroFecho
Indica se se trata do primeiro fecho de mês de stocks
Declaration
public bool PrimeiroFecho { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Serie
Série do Documento
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
InvBE100.IInvBEFechoMesSTK