Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoPagtoOperMDFe

    Inheritance
    object
    EventoDetalhe
    EventoPagtoOperMDFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    EventoDetalhe.WriteXml(XmlWriter)
    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 EventoPagtoOperMDFe : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do Evento

    Declaration
    [XmlElement("descEvento", Order = 0)]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    InfPag

    Declaration
    [XmlElement("infPag", Order = 3)]
    public List<PagtoOperMDFeInfPag> InfPag { get; set; }
    Property Value
    Type Description
    List<PagtoOperMDFeInfPag>

    InfViagens

    Declaration
    [XmlElement("infViagens", Order = 2)]
    public InfViagens InfViagens { get; set; }
    Property Value
    Type Description
    InfViagens

    NProt

    Declaration
    [XmlElement("nProt", Order = 1)]
    public string NProt { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable