Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoMDFe

    Inheritance
    System.Object
    XMLBase
    EventoMDFe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.WriteXml(StringWriter)
    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 EventoMDFe : XMLBase, IXmlSerializable

    Properties

    InfEvento

    Informações do Evento

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

    Signature

    Assinatura XML

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

    Versao

    Versão do leiaute

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

    Methods

    GerarXML()

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    System.Xml.XmlDocument
    Overrides
    XMLBase.GerarXML()

    LerXML<T>(XmlDocument)

    Declaration
    public override T LerXML<T>(XmlDocument doc)
        where T : new()
    Parameters
    Type Name Description
    System.Xml.XmlDocument doc
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Overrides
    XMLBase.LerXML<T>(XmlDocument)

    PrepararComp(XmlElement)

    Declaration
    void PrepararComp(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararComp2(XmlElement)

    Declaration
    void PrepararComp2(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararCondutor(XmlDocument)

    Declaration
    void PrepararCondutor(XmlDocument xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlDocument xmlDoc

    PrepararInfBanc(XmlElement)

    Declaration
    void PrepararInfBanc(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararInfBanc2(XmlElement)

    Declaration
    void PrepararInfBanc2(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararInfPag(XmlDocument)

    Declaration
    void PrepararInfPag(XmlDocument xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlDocument xmlDoc

    PrepararInfPag2(XmlDocument)

    Declaration
    void PrepararInfPag2(XmlDocument xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlDocument xmlDoc

    PrepararInfPrazo(XmlElement)

    Declaration
    void PrepararInfPrazo(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararInfPrazo2(XmlElement)

    Declaration
    void PrepararInfPrazo2(XmlElement xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlDoc

    PrepararInfViagens(XmlDocument)

    Declaration
    void PrepararInfViagens(XmlDocument xmlDoc)
    Parameters
    Type Name Description
    System.Xml.XmlDocument xmlDoc

    ReadXml(XmlDocument)

    Declaration
    public override void ReadXml(XmlDocument document)
    Parameters
    Type Name Description
    System.Xml.XmlDocument document
    Overrides
    XMLBase.ReadXml(XmlDocument)

    SignEvent(EventoMDFe, XmlElement)

    Declaration
    void SignEvent(EventoMDFe evento, XmlElement xmlEl)
    Parameters
    Type Name Description
    EventoMDFe evento
    System.Xml.XmlElement xmlEl

    Implements

    IXmlSerializable