Class NFe
Inheritance
System.Object
NFe
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 NFe
Properties
InfNFe
Declaration
public List<InfNFe> InfNFe { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfNFe> |
InfNFeSupl
Declaration
public InfNFeSupl InfNFeSupl { get; set; }
Property Value
Type | Description |
---|---|
InfNFeSupl |
Signature
Declaration
public Signature Signature { get; set; }
Property Value
Type | Description |
---|---|
Signature |
Methods
LoadFromFile(String)
Deserializar o XML NFe no objeto NFe
Declaration
public NFe LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML NFe |
Returns
Type | Description |
---|---|
NFe | Objeto da NFe |
LoadFromXML(String)
Deserializar o XML NFe no objeto NFe
Declaration
public NFe LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML NFe |
Returns
Type | Description |
---|---|
NFe | Objeto da NFe |