Class RhpBEMotivoMudCategoria
Classe que encapsula a definição dos Motivos de Mudança de Categoria.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoMudCategoria
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("7549900A-0E4B-4867-9F94-7E4CCD4379C5")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMotivoMudCategoria : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoMudCategoria
Constructors
RhpBEMotivoMudCategoria()
Declaration
public RhpBEMotivoMudCategoria()
Properties
CodigoBDAP
Código BDAP associado ao Motivo de mudança de categoria.
Declaration
public string CodigoBDAP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição da Relação Jurídica.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo motivo de mudança de categoria ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Motivo
Identificador do Motivo de Mudança de Categoria.
Declaration
public string Motivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosicaoBS
Número da linha à qual pertence esta Nacionalidade, no Balanço Social.
Declaration
public byte PosicaoBS { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoMudCategoria