Class InfProt
Inheritance
System.Object
InfProt
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.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class InfProt
Properties
ChMDFe
Chave de acesso do MDFe.
Declaration
public string ChMDFe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CStat
Código do status da resposta.
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhRecbto
Data e hora do recebimento.
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhRecbtoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRecbto" para atribuir ou resgatar o valor)
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DigVal
Digest Value da MDFe processada.
Declaration
public string DigVal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador da TAG a ser assinada.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NProt
Número do protocolo.
Declaration
public string NProt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpAmb
Tipo de ambiente.
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Versão do aplicativo que processou o protocolo.
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Descrição literal do status da resposta.
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |