Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Boletim

    Boletim do espetáculo desportivo

    Inheritance
    System.Object
    Boletim
    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()
    Namespace: Unimake.Business.DFe.Xml.EFDReinf
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Boletim

    Properties

    CategEvento

    Declaration
    public CategoriaEventoReinf CategEvento { get; set; }
    Property Value
    Type Description
    CategoriaEventoReinf

    CnpjMandante

    Declaration
    public string CnpjMandante { get; set; }
    Property Value
    Type Description
    System.String

    CnpjVisitante

    Declaration
    public string CnpjVisitante { get; set; }
    Property Value
    Type Description
    System.String

    CodMunic

    Declaration
    public string CodMunic { get; set; }
    Property Value
    Type Description
    System.String

    ModDesportiva

    Declaration
    public string ModDesportiva { get; set; }
    Property Value
    Type Description
    System.String

    NomeCompeticao

    Declaration
    public string NomeCompeticao { get; set; }
    Property Value
    Type Description
    System.String

    NomeVisitante

    Declaration
    public string NomeVisitante { get; set; }
    Property Value
    Type Description
    System.String

    NrBoletim

    Declaration
    public string NrBoletim { get; set; }
    Property Value
    Type Description
    System.String

    OutrasReceitas

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

    PracaDesportiva

    Declaration
    public string PracaDesportiva { get; set; }
    Property Value
    Type Description
    System.String

    QtdeNaoPagantes

    Declaration
    public string QtdeNaoPagantes { get; set; }
    Property Value
    Type Description
    System.String

    QtdePagantes

    Declaration
    public string QtdePagantes { get; set; }
    Property Value
    Type Description
    System.String

    ReceitaIngressos

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

    TpCompeticao

    Declaration
    public TipoCompeticao TpCompeticao { get; set; }
    Property Value
    Type Description
    TipoCompeticao

    Uf

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

    Methods

    ShouldSerializeCnpjVisitante()

    Declaration
    public bool ShouldSerializeCnpjVisitante()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCodMunic()

    Declaration
    public bool ShouldSerializeCodMunic()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNomeVisitante()

    Declaration
    public bool ShouldSerializeNomeVisitante()
    Returns
    Type Description
    System.Boolean