Class RetConsStatServNFCom
Inheritance
System.Object
RetConsStatServNFCom
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 RetConsStatServNFCom : XMLBase, IXmlSerializable
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 string TMed { get; set; }
Property Value
Type |
Description |
System.String |
|
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
ShouldSerializeDhRetornoField()
Declaration
public bool ShouldSerializeDhRetornoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTMed()
Declaration
public bool ShouldSerializeTMed()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeXObs()
Declaration
public bool ShouldSerializeXObs()
Returns
Type |
Description |
System.Boolean |
|
Implements