Class BasBEIntrastatRegEstatistico
Classe que identifica um Regime Estatístico.
Implements
BasBE100.IBasBEIntrastatRegEstatistico
  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("0d46143d-0731-46de-8a03-11264c1fb230")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIntrastatRegEstatistico : BasBaseBE, IBasBEIntrastatRegEstatisticoConstructors
BasBEIntrastatRegEstatistico()
Declaration
public BasBEIntrastatRegEstatistico()Properties
CamposUtil
Colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Descricao
Descricao do regime estatístico
Declaration
public string Descricao { 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 | 
NaturezaDeclaracao
Natureza da Declaracao (0 - Importação; 1 - Exportação)
Declaration
public int NaturezaDeclaracao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Regime
Código do regime estatístico
Declaration
public string Regime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected void Finalize()Implements
      BasBE100.IBasBEIntrastatRegEstatistico