Class CteSimpProc
Inheritance
System.Object
CteSimpProc
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class CteSimpProc : XMLBase, IXmlSerializable
Properties
CTeSimp
Declaration
public CTeSimp CTeSimp { get; set; }
Property Value
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 |
|
NomeArquivoDistribuicao
Nome do arquivo de distribuição
Declaration
public string NomeArquivoDistribuicao { get; }
Property Value
Type |
Description |
System.String |
|
NPortaCon
Declaration
public int NPortaCon { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProtCTe
Declaration
public ProtCTe ProtCTe { get; set; }
Property Value
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
LoadFromFile(String)
Desserializar o arquivo XML no objeto CteProc
Declaration
public CteProc LoadFromFile(string filename)
Parameters
Type |
Name |
Description |
System.String |
filename |
Localização do arquivo XML de distribuição do CTe
|
Returns
Type |
Description |
CteProc |
Objeto do XML de distribuição do CTe
|
LoadFromXML(String)
Desserializar a string do XML CteProc no objeto CteProc
Declaration
public CteProc LoadFromXML(string xml)
Parameters
Type |
Name |
Description |
System.String |
xml |
string do XML NfeProc
|
Returns
Type |
Description |
CteProc |
Objeto da NfeProc
|
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 |
|
Implements