Class ProcEventoNFe
Implements
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 ProcEventoNFe : XMLBase, IXmlSerializable
Properties
Evento
Declaration
public Evento Evento { get; set; }
Property Value
Type | Description |
---|---|
Evento |
NomeArquivoDistribuicao
Nome do arquivo de distribuição
Declaration
public string NomeArquivoDistribuicao { get; }
Property Value
Type | Description |
---|---|
System.String |
RetEvento
Declaration
public RetEvento RetEvento { get; set; }
Property Value
Type | Description |
---|---|
RetEvento |
Versao
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GerarXML()
Declaration
public override XmlDocument GerarXML()
Returns
Type | Description |
---|---|
System.Xml.XmlDocument |
Overrides
ReadXml(XmlDocument)
Declaration
public override void ReadXml(XmlDocument document)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | document |