Class DetEventoConfirmaServMDFe
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 DetEventoConfirmaServMDFe : EventoDetalhe, IXmlSerializable
Fields
_eventoConfirmaServMDFe
Declaration
EventoConfirmaServMDFe _eventoConfirmaServMDFe
Field Value
Type | Description |
---|---|
EventoConfirmaServMDFe |
Properties
DescEvento
Descrição do Evento.
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
EventoConfirmaServMDFe
Evento de Confirmação do Serviço do MDF-e.
Declaration
public EventoConfirmaServMDFe EventoConfirmaServMDFe { get; set; }
Property Value
Type | Description |
---|---|
EventoConfirmaServMDFe |
NProt
Número do Protocolo.
Declaration
public string NProt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetValue(PropertyInfo)
Define o valor da propriedade usando informações de reflexão.
Declaration
override void SetValue(PropertyInfo pi)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | pi |
Overrides
WriteXml(XmlWriter)
Serializa o objeto DetEventoConfirmaServMDFe em XML.
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer | O XmlWriter usado para serialização. |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable