Class NF3eProc
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 NF3eProc : XMLBase, IXmlSerializable
Properties
DhConexao
Declaration
public DateTimeOffset DhConexao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhConexaoField
Declaration
public string DhConexaoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IpTransmissor
Declaration
public string IpTransmissor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NF3e
Declaration
public NF3e NF3e { get; set; }
Property Value
Type | Description |
---|---|
NF3e |
NomeArquivoDistribuicao
Nome do arquivo de distribuição
Declaration
public string NomeArquivoDistribuicao { get; }
Property Value
Type | Description |
---|---|
System.String |
NPortaCon
Declaration
public string NPortaCon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProtNF3e
Declaration
public ProtNF3e ProtNF3e { get; set; }
Property Value
Type | Description |
---|---|
ProtNF3e |
Versao
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GerarXML()
Serializa o objeto (Converte o objeto para XML)
Declaration
public override XmlDocument GerarXML()
Returns
Type | Description |
---|---|
System.Xml.XmlDocument | Conteúdo do XML |
Overrides
LoadFromFile(String)
Desserializar o arquivo XML no objeto NF3eProc
Declaration
public NF3eProc LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML de distribuição do NF3e |
Returns
Type | Description |
---|---|
NF3eProc | Objeto do XML de distribuição do NF3e |
LoadFromXML(String)
Desserializar a string do XML NF3eProc no objeto NF3eProc
Declaration
public NF3eProc LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML NF3eProc |
Returns
Type | Description |
---|---|
NF3eProc | Objeto da NF3eProc |
ShouldSerializeDhConexaoField()
Declaration
public bool ShouldSerializeDhConexaoField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIpTransmissor()
Declaration
public bool ShouldSerializeIpTransmissor()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNPortaCon()
Declaration
public bool ShouldSerializeNPortaCon()
Returns
Type | Description |
---|---|
System.Boolean |