Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class TConsultaConfigUf

    Inheritance
    object
    XMLBase
    TConsultaConfigUf
    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.GNRE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("TConsultaConfigUf", Namespace = "http://www.gnre.pe.gov.br", IsNullable = false)]
    public class TConsultaConfigUf : XMLBase, IXmlSerializable

    Properties

    Ambiente

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

    Receita

    Declaration
    [XmlElement("receita")]
    public Receita Receita { get; set; }
    Property Value
    Type Description
    Receita

    TiposGnre

    Declaration
    [XmlElement("tiposGnre")]
    public SimNaoLetra TiposGnre { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    UF

    Declaration
    [XmlElement("uf")]
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    Implements

    IXmlSerializable