Class EventoDetalhe
Classe de detalhamento do evento
Inheritance
System.Object
EventoDetalhe
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class EventoDetalhe : IXmlSerializable
Fields
bindingFlags
Declaration
static readonly BindingFlags bindingFlags
Field Value
Type | Description |
---|---|
System.Reflection.BindingFlags |
hasField
Declaration
static readonly List<string> hasField
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Properties
DescEvento
Descrição do evento
Declaration
public virtual string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do schema do XML do evento
Declaration
public virtual string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XmlReader
Declaration
XmlReader XmlReader { }
Property Value
Type | Description |
---|---|
System.Xml.XmlReader |
Methods
GetPropertyInfo(Type)
Declaration
protected PropertyInfo GetPropertyInfo(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Reflection.PropertyInfo |
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema |
ProcessReader()
Declaration
virtual void ProcessReader()
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader |
SetValue(PropertyInfo)
Declaration
virtual void SetValue(PropertyInfo pi)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | pi |
SetValue(Type)
Declaration
virtual void SetValue(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
WriteXml(XmlWriter)
Declaration
public virtual void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer |
Implements
System.Xml.Serialization.IXmlSerializable