Class RetConsStatServCte
Inheritance
System.Object
RetConsStatServCte
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
public class RetConsStatServCte : XMLBase, IXmlSerializable
Fields
Declaration
const string FormatDate = "yyyy-MM-ddTHH:mm:sszzz"
Field Value
Type |
Description |
System.String |
|
Properties
CStat
Declaration
public int CStat { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CUF
Declaration
public UFBrasil CUF { get; set; }
Property Value
CUFField
Declaration
public int CUFField { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DhRecbto
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhRecbtoField
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhRetorno
Declaration
public DateTimeOffset DhRetorno { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhRetornoField
Declaration
public string DhRetornoField { get; set; }
Property Value
Type |
Description |
System.String |
|
TMed
Declaration
public int TMed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TpAmb
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
VerAplic
Declaration
public string VerAplic { get; set; }
Property Value
Type |
Description |
System.String |
|
Versao
Declaration
public string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
XMotivo
Declaration
public string XMotivo { get; set; }
Property Value
Type |
Description |
System.String |
|
XObs
Declaration
public string XObs { 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
LerXML<T>(XmlDocument)
Desserializar XML (Converte o XML para um objeto)
Declaration
public override T LerXML<T>(XmlDocument doc)
where T : new()
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
doc |
Conteúdo do XML a ser desserializado
|
Returns
Type |
Description |
T |
Retorna o objeto com o conteúdo do XML desserializado
|
Type Parameters
Name |
Description |
T |
Tipo do objeto
|
Overrides
Implements