Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoVincPgto

    Inheritance
    object
    EventoDetalhe
    DetEventoVincPgto
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    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.NFCom
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class DetEventoVincPgto : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

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

    NProt

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

    Pgto

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

    VersaoEvento

    Declaration
    [XmlAttribute("versaoEvento", DataType = "string")]
    public override string VersaoEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.VersaoEvento

    Methods

    WriteXml(XmlWriter)

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

    Implements

    IXmlSerializable