Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDCe

    Inheritance
    object
    XMLBase
    EventoDCe
    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("eventoDCe", Namespace = "http://www.portalfiscal.inf.br/dce", IsNullable = false)]
    public class EventoDCe : XMLBase, IXmlSerializable

    Properties

    InfEvento

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

    Signature

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

    Versao

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

    Methods

    LoadFromFile(string)

    Declaration
    public EventoDCe LoadFromFile(string filename)
    Parameters
    Type Name Description
    string filename
    Returns
    Type Description
    EventoDCe

    LoadFromXML(string)

    Declaration
    public EventoDCe LoadFromXML(string xml)
    Parameters
    Type Name Description
    string xml
    Returns
    Type Description
    EventoDCe

    Implements

    IXmlSerializable