Class RhpBEOrganismo
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrganismo
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D5E99718-7C46-4506-B070-B76E87A9EECD")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEOrganismo : RhpBaseBE, INotifyPropertyChanged, IRhpBEOrganismo
Constructors
RhpBEOrganismo()
Declaration
public RhpBEOrganismo()
Properties
Descricao
Descrição do Organismo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Organismo 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 |
NumFiscal
NumFiscal do Organismo.
Declaration
public string NumFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Organismo
Identificador dos Organismos.
Declaration
public string Organismo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganismoIEESP
Código IEESP do Organismo.
Declaration
public string OrganismoIEESP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrganismo