Class EventoNF3e
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.NF3e
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class EventoNF3e : XMLBase, IXmlSerializable
Properties
InfEvento
Declaration
public InfEvento InfEvento { get; set; }
Property Value
Type | Description |
---|---|
InfEvento |
Signature
Declaration
public Signature Signature { get; set; }
Property Value
Type | Description |
---|---|
Signature |
Versao
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
LoadFromFile(String)
Desserializar o XML no objeto EventoNF3e
Declaration
public EventoNF3e LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML do EventoNF3e |
Returns
Type | Description |
---|---|
EventoNF3e | Objeto do EventoNF3e |
LoadFromXML(String)
Desserializar o XML EventoNF3e no objeto EventoNF3e
Declaration
public EventoNF3e LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML EventoNF3e |
Returns
Type | Description |
---|---|
EventoNF3e | Objeto da EventoNF3e |