Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoConfirmaServMDFe

    Inheritance
    object
    EventoDetalhe
    DetEventoConfirmaServMDFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEventoConfirmaServMDFe")]
    public class DetEventoConfirmaServMDFe : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do Evento.

    Declaration
    [XmlIgnore]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    EventoConfirmaServMDFe

    Evento de Confirmação do Serviço do MDF-e.

    Declaration
    [XmlElement(ElementName = "evConfirmaServMDFe", Order = 0)]
    public EventoConfirmaServMDFe EventoConfirmaServMDFe { get; set; }
    Property Value
    Type Description
    EventoConfirmaServMDFe

    NProt

    Número do Protocolo.

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

    Methods

    WriteXml(XmlWriter)

    Serializa o objeto DetEventoConfirmaServMDFe em XML.

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer

    O XmlWriter usado para serialização.

    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable