Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCancelamentoInsucessoEntrega

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoCancelamentoInsucessoEntrega
    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 DetEventoCancelamentoInsucessoEntrega : EventoDetalhe, IXmlSerializable

    Fields

    _eventoCancIECTe

    Declaration
    EvCancIECTe _eventoCancIECTe
    Field Value
    Type Description
    EvCancIECTe

    Properties

    DescEvento

    Descrição do evento de cancelamento de insucesso de entrega.

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

    EvCancIECTe

    Evento de cancelamento de insucesso de entrega do CT-e.

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

    NProt

    Número do protocolo do evento de insucesso de entrega a ser cancelado.

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

    NProtIE

    Número do protocolo do evento de insucesso de entrega.

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

    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