Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoIncDFeMDFe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoIncDFeMDFe
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoIncDFeMDFe : EventoDetalhe, IXmlSerializable

    Fields

    _eventoIncDFeMDFe

    Declaration
    EventoIncDFeMDFe _eventoIncDFeMDFe
    Field Value
    Type Description
    EventoIncDFeMDFe

    Properties

    CMunCarrega

    Código do Município de Carregamento (obtido de EventoIncDFeMDFe)

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

    DescEvento

    Descrição do Evento (obtida de EventoIncDFeMDFe)

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

    EventoIncDFeMDFe

    Evento de Inclusão de DF-e no MDF-e

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

    InfDoc

    Lista de Informações do Documento (obtida de EventoIncDFeMDFe)

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

    NProt

    Número do Protocolo (obtido de EventoIncDFeMDFe)

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

    XMunCarrega

    Nome do Município de Carregamento (obtido de EventoIncDFeMDFe)

    Declaration
    public string XMunCarrega { 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