Class RhpBECompHorizontalPosicao
Classe que indica um item de diferenciação horizontal aplicável a uma determinada posição. Utilizada no Organograma.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECompHorizontalPosicao
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("8733DB8F-F035-4DB5-8A99-E2E447E5626F")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBECompHorizontalPosicao : RhpBaseBE, INotifyPropertyChanged, IRhpBECompHorizontalPosicao
Constructors
RhpBECompHorizontalPosicao()
Declaration
public RhpBECompHorizontalPosicao()
Properties
DiferenciacaoHorizontal
Identificador da Diferenciação Horizontal.
Declaration
public string DiferenciacaoHorizontal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova atribuição 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 |
ItemDiferenciacao
Identificador do Item de Diferenciação Horizontal.
Declaration
public int ItemDiferenciacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Posicao
Identificador da Posição.
Declaration
public string Posicao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECompHorizontalPosicao