Class RhpBEDistritoConcelho
Classe que identifica um concelho que pertence a a um Distrito.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEDistritoConcelho
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("3C251B14-E2A9-41F7-90E6-39ED3EBA6C41")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEDistritoConcelho : RhpBaseBE, INotifyPropertyChanged, IRhpBEDistritoConcelho
Constructors
RhpBEDistritoConcelho()
Declaration
public RhpBEDistritoConcelho()
Properties
Concelho
Identificador do Concelho.
Declaration
public string Concelho { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descricao do Concelho.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Distrito
Distrito do Concelho.
Declaration
public string Distrito { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Concelho ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEDistritoConcelho