Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoPagtoOperMDFe

    Inheritance
    object
    EventoDetalhe
    DetEventoPagtoOperMDFe
    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 = "detEventoPagtoOperMDFe")]
    public class DetEventoPagtoOperMDFe : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do Evento

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

    EventoPagtoOperMDFe

    evPagtoOperMDFe - Evento Pagamento da Operação do MDF-e

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

    InfPag

    Informações de Pagamento

    Declaration
    [XmlIgnore]
    public List<PagtoOperMDFeInfPag> InfPag { get; set; }
    Property Value
    Type Description
    List<PagtoOperMDFeInfPag>

    InfViagens

    Informações das Viagens

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

    NProt

    Número do Protocolo

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

    Methods

    WriteXml(XmlWriter)

    Serializa o objeto DetEventoPagtoOperMDFe 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