Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoConciliacaoFinanceira

    Classe de detalhamento do evento de conciliação financeira

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoConciliacaoFinanceira
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.XmlReader
    EventoDetalhe.hasField
    EventoDetalhe.bindingFlags
    EventoDetalhe.ProcessReader()
    EventoDetalhe.SetValue(Type)
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoConciliacaoFinanceira : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do evento. Padrão = ECONF

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

    DetPag

    Grupo de detalhamento do pagamento

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

    VerAplic

    Versão do aplicativo do autor do evento.

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

    Methods

    WriteXml(XmlWriter)

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

    Implements

    System.Xml.Serialization.IXmlSerializable