Class DetEventoAtorInteressadoNFe
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 DetEventoAtorInteressadoNFe : EventoDetalhe, IXmlSerializable
Properties
AutXML
CNPJs ou CPFs autorizados a fazer download do XML da NFe
Declaration
public AutXML AutXML { get; set; }
Property Value
Type | Description |
---|---|
AutXML |
COrgaoAutor
Código da UF do emitente do Evento
Declaration
public UFBrasil COrgaoAutor { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
COrgaoAutorField
Declaration
public int COrgaoAutorField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DescEvento
Descrição do evento
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TpAutor
Tipo do autor gerador do evento
Declaration
public TipoAutorGeradorEvento TpAutor { get; set; }
Property Value
Type | Description |
---|---|
TipoAutorGeradorEvento |
TpAutorizacao
Tipo de autorização do evento do ator interessado na NFe
Declaration
public TipoAutorizacao? TpAutorizacao { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoAutorizacao> |
VerAplic
Versão do aplicativo do Autor do Evento.
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCondUso
Texto Fixo com as Condição de uso do tipo de autorização para o transportador
Declaration
public string XCondUso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ProcessReader()
Declaration
override void ProcessReader()
Overrides
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable