Class EventoDetalhe
Classe de detalhamento do evento
Inheritance
EventoDetalhe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlInclude(typeof(DetEventoCanc))]
[XmlInclude(typeof(DetEventoCCE))]
[XmlInclude(typeof(DetEventoCancSubst))]
public class EventoDetalhe : IXmlSerializable
Properties
DescEvento
Declaration
[XmlElement("descEvento", Order = 0)]
public virtual string DescEvento { get; set; }
Property Value
Versao
Versão do schema do XML do evento
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public virtual string Versao { get; set; }
Property Value
Methods
GetPropertyInfo(Type)
Declaration
protected PropertyInfo GetPropertyInfo(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
WriteXml(XmlWriter)
Declaration
public virtual void WriteXml(XmlWriter writer)
Parameters
Implements