Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfDCe

    Inheritance
    object
    InfDCe
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.DCe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfDCe

    Properties

    AutXML

    Declaration
    [XmlElement("autXML")]
    public List<AutXML> AutXML { get; set; }
    Property Value
    Type Description
    List<AutXML>

    Chave

    Declaration
    [XmlIgnore]
    public string Chave { get; set; }
    Property Value
    Type Description
    string

    Dest

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

    Det

    Declaration
    [XmlElement("det")]
    public List<Det> Det { get; set; }
    Property Value
    Type Description
    List<Det>

    Emit

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

    EmpEmisProp

    Identificação da ECT (Correios).

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

    Fisco

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

    Id

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

    Ide

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

    InfAdic

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

    InfDec

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

    Marketplace

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

    ObsCont

    Campo mantido por compatibilidade, representando as observações do emitente.

    Declaration
    [XmlIgnore]
    public List<ObsCont> ObsCont { get; set; }
    Property Value
    Type Description
    List<ObsCont>

    ObsECT

    Observações de uso livre da ECT (Correios).

    Declaration
    [XmlElement("obsECT")]
    public List<ObsCont> ObsECT { get; set; }
    Property Value
    Type Description
    List<ObsCont>

    ObsEmit

    Observações de uso livre do emitente.

    Declaration
    [XmlElement("obsEmit")]
    public List<ObsCont> ObsEmit { get; set; }
    Property Value
    Type Description
    List<ObsCont>

    ObsFisco

    Observações de uso livre do fisco.

    Declaration
    [XmlElement("obsFisco")]
    public List<ObsCont> ObsFisco { get; set; }
    Property Value
    Type Description
    List<ObsCont>

    ObsMarketplace

    Declaration
    [XmlElement("obsMarketplace")]
    public List<ObsMarketplace> ObsMarketplace { get; set; }
    Property Value
    Type Description
    List<ObsMarketplace>

    Total

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

    Transp

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

    Transportadora

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

    Versao

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

    Methods

    ShouldSerializeAutXML()

    Declaration
    public bool ShouldSerializeAutXML()
    Returns
    Type Description
    bool

    ShouldSerializeDet()

    Declaration
    public bool ShouldSerializeDet()
    Returns
    Type Description
    bool

    ShouldSerializeObsECT()

    Verifica se existem observações da ECT para serializar.

    Declaration
    public bool ShouldSerializeObsECT()
    Returns
    Type Description
    bool

    True quando houver observações da ECT.

    ShouldSerializeObsEmit()

    Verifica se existem observações do emitente para serializar.

    Declaration
    public bool ShouldSerializeObsEmit()
    Returns
    Type Description
    bool

    True quando houver observações de emitente.

    ShouldSerializeObsFisco()

    Verifica se existem observações do fisco para serializar.

    Declaration
    public bool ShouldSerializeObsFisco()
    Returns
    Type Description
    bool

    True quando houver observações do fisco.

    ShouldSerializeObsMarketplace()

    Verifica se existem observações do marketplace para serializar.

    Declaration
    public bool ShouldSerializeObsMarketplace()
    Returns
    Type Description
    bool

    True quando houver observações do marketplace.