Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoIncCondutor

    Inheritance
    object
    EventoDetalhe
    DetEventoIncCondutor
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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 = "detEventoIncCondutorMDFe")]
    public class DetEventoIncCondutor : EventoDetalhe, IXmlSerializable

    Properties

    CondutorMDFe

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

    Declaration
    [XmlIgnore]
    public List<CondutorMDFe> CondutorMDFe { get; set; }
    Property Value
    Type Description
    List<CondutorMDFe>

    DescEvento

    Descrição do Evento (obtida de EventoIncCondutor)

    Declaration
    [XmlIgnore]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    EventoIncCondutor

    Evento de Inclusão de Condutor do MDF-e

    Declaration
    [XmlElement(ElementName = "evIncCondutorMDFe", Order = 0)]
    public EventoIncCondutor EventoIncCondutor { get; set; }
    Property Value
    Type Description
    EventoIncCondutor

    Methods

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable