Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DCeProc

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

    Properties

    DCe

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

    DhConexao

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhConexaoField

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

    IpTransmissor

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

    NPortaCon

    Porta de origem utilizada na conexão.

    Declaration
    [XmlAttribute(AttributeName = "nPortaCon")]
    public int NPortaCon { get; set; }
    Property Value
    Type Description
    int

    NomeArquivoDistribuicao

    Declaration
    [XmlIgnore]
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    string

    ProtDCe

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

    Versao

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

    Methods

    GerarXML()

    Serializa o objeto (Converte o objeto para XML)

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    XmlDocument

    Conteúdo do XML

    Overrides
    XMLBase.GerarXML()

    LoadFromFile(string)

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

    LoadFromXML(string)

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

    ShouldSerializeDhConexaoField()

    Declaration
    public bool ShouldSerializeDhConexaoField()
    Returns
    Type Description
    bool

    ShouldSerializeIpTransmissor()

    Declaration
    public bool ShouldSerializeIpTransmissor()
    Returns
    Type Description
    bool

    ShouldSerializeNPortaCon()

    Verifica se a porta de conexão foi informada para serialização.

    Declaration
    public bool ShouldSerializeNPortaCon()
    Returns
    Type Description
    bool

    True quando a porta for maior que zero.

    Implements

    IXmlSerializable