Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DCe

    DCe - Declaração de Conteúdo Eletrônica

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

    Properties

    InfDCe

    Informações da DCe

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

    InfDCeSupl

    Informações suplementares da DCe

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

    Signature

    Assinatura digital

    Declaration
    [XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Implements

    IXmlSerializable