Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoFiscoMDFeCancelado

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoFiscoMDFeCancelado
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class DetEventoFiscoMDFeCancelado : EventoDetalhe, IXmlSerializable

    Fields

    _evCTeCanceladoMDFe

    Declaration
    EvCTeCanceladoMDFe _evCTeCanceladoMDFe
    Field Value
    Type Description
    EvCTeCanceladoMDFe

    Properties

    DescEvento

    Descrição do evento de cancelamento do MDFe.

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

    EvCTeCanceladoMDFe

    Evento de cancelamento do MDFe relacionado ao CTe.

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

    MDFe

    Informações do MDFe cancelado.

    Declaration
    public EvCTeCanceladoMDFeMDFe MDFe { get; set; }
    Property Value
    Type Description
    EvCTeCanceladoMDFeMDFe

    Methods

    SetValue(PropertyInfo)

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

    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