Class BasBERastreabilidade
Classe que encapsula a definição de uma Rastreabilidade .
Implements
BasBE100.IBasBERastreabilidade
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("28ebb3d9-55f7-4cff-b3c8-6dcc2e55aca0")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBERastreabilidade : BasBaseBE, IBasBERastreabilidade
Constructors
BasBERastreabilidade()
Declaration
public BasBERastreabilidade()
Properties
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Identifica o registo da rastreabilidade.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDDocDestino
Identifica o documento destino
Declaration
public string IDDocDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocOrigem
Identifica o documento origem
Declaration
public string IdDocOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaDestino
Identifica a linha destino
Declaration
public string IdLinhaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaOrigem
Identifica a linha origem
Declaration
public string IdLinhaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuloDestino
Identifica o módulo destino
Declaration
public string ModuloDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuloOrigem
Identifica o módulo origem
Declaration
public string ModuloOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Motivo
Identifica o motivo de estorno
Declaration
public string Motivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantidade
Identifica a quiantidade copiada para o documento/linha destino
Declaration
public string Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Identifica o tipo de rastreabilidade
Declaration
public BasBETiposGcp.enuRastreabilidade Tipo { get; set; }
Property Value
Type | Description |
---|---|
BasBETiposGcp.enuRastreabilidade |
Valor
Identifica o valor copiada para o documento/linha destino
Declaration
public string Valor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBERastreabilidade