Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class TConfigUf

    Inheritance
    System.Object
    XMLBase
    TConfigUf
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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()
    Namespace: Unimake.Business.DFe.Xml.GNRE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class TConfigUf : XMLBase, IXmlSerializable

    Properties

    Ambiente

    Declaration
    public TipoAmbiente Ambiente { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    ExigeReceita

    Declaration
    public ExigeReceita ExigeReceita { get; set; }
    Property Value
    Type Description
    ExigeReceita

    ExigeUfFavorecida

    Declaration
    public ExigeUfFavorecida ExigeUfFavorecida { get; set; }
    Property Value
    Type Description
    ExigeUfFavorecida

    QtdMaximas

    Declaration
    public QtdMaximas QtdMaximas { get; set; }
    Property Value
    Type Description
    QtdMaximas

    Receitas

    Declaration
    public List<Receitas> Receitas { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Receitas>

    SituacaoConsulta

    Declaration
    public SituacaoConsulta SituacaoConsulta { get; set; }
    Property Value
    Type Description
    SituacaoConsulta

    TiposGnreDaUF

    Declaration
    public TiposGnreDaUF TiposGnreDaUF { get; set; }
    Property Value
    Type Description
    TiposGnreDaUF

    UF

    Declaration
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    VersoesXml

    Declaration
    public List<VersaoXml> VersoesXml { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<VersaoXml>

    Implements

    IXmlSerializable