Class GRespTec
Inheritance
System.Object
GRespTec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Unimake.Business.DFe.dll
Syntax
Fields
HashCSRTField
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
CNPJ
Declaration
public string CNPJ { get; set; }
Property Value
Type |
Description |
System.String |
|
CSRT
Esta propriedade deve ser utilizada para informar o CSRT sem o hast, informando ela a DLL irá gerar o conteúdo da tag hashCSRT automaticamente
Declaration
public string CSRT { get; set; }
Property Value
Type |
Description |
System.String |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Fone
Declaration
public string Fone { get; set; }
Property Value
Type |
Description |
System.String |
|
HashCSRT
Você pode informar o conteúdo já convertido para Sha1Hash + Base64, ou pode informar somente a concatenação do CSRT + Chave de Acesso que a DLL já converte para Sha1Hash + Base64
Declaration
public string HashCSRT { get; set; }
Property Value
Type |
Description |
System.String |
|
IdCSRT
Declaration
public string IdCSRT { get; set; }
Property Value
Type |
Description |
System.String |
|
XContato
Declaration
public string XContato { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GerarHashCSRT(String)
Gerar o conteúdo da tag HashCSRT
Declaration
public void GerarHashCSRT(string chaveAcesso)
Parameters
Type |
Name |
Description |
System.String |
chaveAcesso |
|
ShouldSerializeHashCSRT()
Declaration
public bool ShouldSerializeHashCSRT()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIdCSRT()
Declaration
public bool ShouldSerializeIdCSRT()
Returns
Type |
Description |
System.Boolean |
|