Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfMunDescargaInfCTe

    Inheritance
    System.Object
    InfMunDescargaInfCTe
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfMunDescargaInfCTe

    Properties

    ChCTe

    Chave de acesso do CT-e

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

    IndPrestacaoParcial

    Prestação é parcial? Sim ou Não (1 ou 0)

    Declaration
    public SimNao IndPrestacaoParcial { get; set; }
    Property Value
    Type Description
    SimNao

    IndReentrega

    Indicador de Reentrega

    Declaration
    public SimNao IndReentrega { get; set; }
    Property Value
    Type Description
    SimNao

    InfEntregaParcial

    Informações da Entrega Parcial

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

    InfNFePresParcial

    Grupo de informações das NFe entregues na prestação parcial do CTe (Este grupo sempre é informado quando indPrestacaoParcial for igual a Sim (1))

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

    InfUnidTransp

    Informações das Unidades de Transporte

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

    Peri

    Período (Somente se informado o grupo de informações das Unidades de Transporte)

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

    SegCodBarra

    Segundo código de barras

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

    Methods

    ShouldSerializeIndPrestacaoParcial()

    Verifica se deve serializar o campo IndPrestacaoParcial (Sim)

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

    ShouldSerializeIndReentrega()

    Verifica se deve serializar o campo IndReentrega (Sim)

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

    ShouldSerializeSegCodBarra()

    Verifica se deve serializar o campo SegCodBarra (não vazio)

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