Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoAlteracaoPagtoServMDFe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoAlteracaoPagtoServMDFe
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.bindingFlags
    EventoDetalhe.hasField
    EventoDetalhe.SetLocalValue(Type)
    EventoDetalhe.SetPropertyValue(String)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.XmlReader
    EventoDetalhe.ProcessReader()
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoAlteracaoPagtoServMDFe : EventoDetalhe, IXmlSerializable

    Fields

    _eventoAlteracaoPagtoServMDFe

    Declaration
    EventoAlteracaoPagtoServMDFe _eventoAlteracaoPagtoServMDFe
    Field Value
    Type Description
    EventoAlteracaoPagtoServMDFe

    Properties

    DescEvento

    Descrição do Evento.

    Declaration
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EventoDetalhe.DescEvento

    EventoAlteracaoPagtoServMDFe

    Evento de Alteração do Pagamento do Serviço do MDF-e.

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

    InfPag

    Informações de Pagamento.

    Declaration
    public List<AlteracaoPagtoServMDFeInfPag> InfPag { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AlteracaoPagtoServMDFeInfPag>

    NProt

    Número do Protocolo.

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

    Methods

    SetValue(PropertyInfo)

    Define o valor da propriedade usando informações de reflexão.

    Declaration
    override void SetValue(PropertyInfo pi)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo pi
    Overrides
    EventoDetalhe.SetValue(PropertyInfo)

    WriteXml(XmlWriter)

    Serializa o objeto DetEventoAlteracaoPagtoServMDFe em XML.

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

    O XmlWriter usado para serialização.

    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    System.Xml.Serialization.IXmlSerializable