Class DetEventoIncCondutor
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
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
Declaration
public List<CondutorMDFe> CondutorMDFe { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CondutorMDFe> |
DescEvento
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
EventoIncCondutor
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
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable