Class EventoDetalhe
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()
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
Declaration
public virtual string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Versao
Declaration
public virtual string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
XmlReader
Declaration
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