Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NFComProc

    Inheritance
    System.Object
    XMLBase
    NFComProc
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    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 NFComProc : XMLBase, IXmlSerializable

    Properties

    DhConexao

    Declaration
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhConexaoField

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

    IpTransmissor

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

    NFCom

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

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

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

    NPortaCon

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

    ProtNFCom

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

    Versao

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

    Methods

    GerarXML()

    Serializa o objeto (Converte o objeto para XML)

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

    Conteúdo do XML

    Overrides
    XMLBase.GerarXML()

    LoadFromFile(String)

    Desserializar o arquivo XML no objeto NFComProc

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

    Localização do arquivo XML de distribuição do NFCom

    Returns
    Type Description
    NFComProc

    Objeto do XML de distribuição do NFCom

    LoadFromXML(String)

    Desserializar a string do XML NFComProc no objeto NFComProc

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

    string do XML NFComProc

    Returns
    Type Description
    NFComProc

    Objeto da NFComProc

    ShouldSerializeDhConexaoField()

    Declaration
    public bool ShouldSerializeDhConexaoField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIpTransmissor()

    Declaration
    public bool ShouldSerializeIpTransmissor()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNPortaCon()

    Declaration
    public bool ShouldSerializeNPortaCon()
    Returns
    Type Description
    System.Boolean

    Implements

    IXmlSerializable