Class CblBELinhaChaveExclusao
Classe que permite o acesso à informação das contas das chaves de exclusão.
Implements
CblBE100.ICblBELinhaChaveExclusao
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("773B3731-1E32-4FFC-8E47-19274239284D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaChaveExclusao : CblBaseBE, ICblBELinhaChaveExclusao
Constructors
CblBELinhaChaveExclusao()
Declaration
public CblBELinhaChaveExclusao()
Properties
ChaveExclusao
Identificador da Chave de Exclusão.
Declaration
public string ChaveExclusao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Identificador da Conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
CblBE100.ICblBELinhaChaveExclusao