Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoDCe

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

    Properties

    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

    EventoDCe

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

    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

    RetEventoDCe

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

    Versao

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

    Methods

    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