Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoIncDFeMDFe

    Inheritance
    object
    EventoDetalhe
    EventoIncDFeMDFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    EventoDetalhe.WriteXml(XmlWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEventoIncDFeMDFe")]
    public class EventoIncDFeMDFe : EventoDetalhe, IXmlSerializable

    Properties

    CMunCarrega

    Código do Município de Carregamento

    Declaration
    [XmlElement("cMunCarrega", Order = 2)]
    public string CMunCarrega { get; set; }
    Property Value
    Type Description
    string

    DescEvento

    Descrição do Evento: Inclusão DF-e

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

    InfDoc

    Informações do Documento

    Declaration
    [XmlElement("infDoc", Order = 4)]
    public List<InfDoc> InfDoc { get; set; }
    Property Value
    Type Description
    List<InfDoc>

    NProt

    Número do Protocolo

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

    XMunCarrega

    Nome do Município de Carregamento

    Declaration
    [XmlElement("xMunCarrega", Order = 3)]
    public string XMunCarrega { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable