Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetConsStatServNFCom

    Inheritance
    object
    XMLBase
    RetConsStatServNFCom
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFCom
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlRoot("retConsStatServNFCom", Namespace = "http://www.portalfiscal.inf.br/nfcom", IsNullable = false)]
    public class RetConsStatServNFCom : XMLBase, IXmlSerializable

    Properties

    CStat

    Declaration
    [XmlElement("cStat")]
    public int CStat { get; set; }
    Property Value
    Type Description
    int

    CUF

    Declaration
    [XmlIgnore]
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

    Declaration
    [XmlElement("cUF")]
    public int CUFField { get; set; }
    Property Value
    Type Description
    int

    DhRecbto

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhRecbto { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhRecbtoField

    Declaration
    [XmlElement("dhRecbto")]
    public string DhRecbtoField { get; set; }
    Property Value
    Type Description
    string

    DhRetorno

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhRetorno { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhRetornoField

    Declaration
    [XmlElement("dhRetorno")]
    public string DhRetornoField { get; set; }
    Property Value
    Type Description
    string

    TMed

    Declaration
    [XmlElement("tMed")]
    public string TMed { get; set; }
    Property Value
    Type Description
    string

    TpAmb

    Declaration
    [XmlElement("tpAmb")]
    public TipoAmbiente TpAmb { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    VerAplic

    Declaration
    [XmlElement("verAplic")]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    string

    Versao

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    XMotivo

    Declaration
    [XmlElement("xMotivo")]
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string

    XObs

    Declaration
    [XmlElement("xObs")]
    public string XObs { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeDhRetornoField()

    Declaration
    public bool ShouldSerializeDhRetornoField()
    Returns
    Type Description
    bool

    ShouldSerializeTMed()

    Declaration
    public bool ShouldSerializeTMed()
    Returns
    Type Description
    bool

    ShouldSerializeXObs()

    Declaration
    public bool ShouldSerializeXObs()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable