Class RhpBECartaoBancarioFormato
Classe que encapsula o formato de um cartão bancário.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECartaoBancarioFormato
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D57DAC85-04E1-45EA-9AE3-F649FF8FA3CC")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBECartaoBancarioFormato : RhpBaseBE, INotifyPropertyChanged, IRhpBECartaoBancarioFormato
Properties
ComprimentoRegisto
Comprimento do registo
Declaration
public int ComprimentoRegisto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Descricao
Descrição do formato
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 |
Formato
Formato
Declaration
public string Formato { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linhas
Colecção de linhas de templates do formato de exportação de Cartões Bancários.
Declaration
public RhpBELinhasCartaoBancarioFrmt Linhas { get; }
Property Value
Type | Description |
---|---|
RhpBELinhasCartaoBancarioFrmt |
TemplateDetail
Template do detalhe
Declaration
public string TemplateDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateHeader
Template do cabeçalho
Declaration
public string TemplateHeader { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateTrailer
Template do trailer
Declaration
public string TemplateTrailer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECartaoBancarioFormato