Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoNFCom

    Inheritance
    System.Object
    XMLBase
    EventoNFCom
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    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.NFCom
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class EventoNFCom : XMLBase, IXmlSerializable

    Properties

    InfEvento

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

    Signature

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

    Versao

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

    Methods

    LoadFromFile(String)

    Desserializar o XML no objeto EventoNFCom

    Declaration
    public EventoNFCom LoadFromFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    Localização do arquivo XML do EventoNFCom

    Returns
    Type Description
    EventoNFCom

    Objeto do EventoNFCom

    LoadFromXML(String)

    Desserializar o XML EventoNFCom no objeto EventoNFCom

    Declaration
    public EventoNFCom LoadFromXML(string xml)
    Parameters
    Type Name Description
    System.String xml

    string do XML EventoNFCom

    Returns
    Type Description
    EventoNFCom

    Objeto do EventoNFCom

    Implements

    IXmlSerializable