Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoIncCondutor

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

    Fields

    _eventoIncCondutor

    Declaration
    EventoIncCondutor _eventoIncCondutor
    Field Value
    Type Description
    EventoIncCondutor

    Properties

    CondutorMDFe

    Lista de Condutores do MDF-e (obtida de EventoIncCondutor)

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

    DescEvento

    Descrição do Evento (obtida de EventoIncCondutor)

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

    EventoIncCondutor

    Evento de Inclusão de Condutor do MDF-e

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

    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