Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfRespTec

    Classe de informações do InfRespTec

    Inheritance
    System.Object
    InfRespTec
    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()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfRespTec

    Fields

    HashCSRTField

    Declaration
    string HashCSRTField
    Field Value
    Type Description
    System.String

    XContatoField

    Declaration
    string XContatoField
    Field Value
    Type Description
    System.String

    Properties

    CNPJ

    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 hash, 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

    Informar o e-mail da pessoa a ser contatada na empresa desenvolvedora do sistema

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String

    Fone

    Informar o telefone da pessoa a ser contatada na empresa desenvolvedora do sistema. Preencher com o Código DDD + número do telefone

    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

    Identificador do CSRT utilizado para montar o hash do CSRT

    Declaration
    public string IdCSRT { get; set; }
    Property Value
    Type Description
    System.String

    XContato

    Informar o nome da pessoa a ser contatada na empresa desenvolvedora do sistema utilizado na emissão do documento fiscal eletrônico

    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