Class EventoMDFe
Inheritance
System.Object
EventoMDFe
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 EventoMDFe : XMLBase, IXmlSerializable
Properties
InfEvento
Declaration
public InfEvento InfEvento { get; set; }
Property Value
Signature
Declaration
public Signature Signature { get; set; }
Property Value
Versao
Declaration
public string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GerarXML()
Declaration
public override XmlDocument GerarXML()
Returns
Type |
Description |
System.Xml.XmlDocument |
|
Overrides
LerXML<T>(XmlDocument)
Declaration
public override T LerXML<T>(XmlDocument doc)
where T : new()
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
doc |
|
Returns
Type Parameters
Overrides
PrepararComp(XmlElement)
Declaration
void PrepararComp(XmlElement xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlDoc |
|
PrepararCondutor(XmlDocument)
Declaration
void PrepararCondutor(XmlDocument xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
xmlDoc |
|
PrepararInfBanc(XmlElement)
Declaration
void PrepararInfBanc(XmlElement xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlDoc |
|
PrepararInfPag(XmlDocument)
Declaration
void PrepararInfPag(XmlDocument xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
xmlDoc |
|
PrepararInfPrazo(XmlElement)
Declaration
void PrepararInfPrazo(XmlElement xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlDoc |
|
PrepararInfViagens(XmlDocument)
Declaration
void PrepararInfViagens(XmlDocument xmlDoc)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
xmlDoc |
|
ReadXml(XmlDocument)
Declaration
public override void ReadXml(XmlDocument document)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
|
Overrides
SignEvent(EventoMDFe, XmlElement)
Declaration
void SignEvent(EventoMDFe evento, XmlElement xmlEl)
Parameters
Type |
Name |
Description |
EventoMDFe |
evento |
|
System.Xml.XmlElement |
xmlEl |
|
Implements