Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoAtorInteressadoNFe

    Classe de detalhamento do evento de ator interessado da NFe/NFCe

    Inheritance
    object
    EventoDetalhe
    DetEventoAtorInteressadoNFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEvento")]
    public class DetEventoAtorInteressadoNFe : EventoDetalhe, IXmlSerializable

    Properties

    AutXML

    CNPJs ou CPFs autorizados a fazer download do XML da NFe

    Declaration
    [XmlElement("autXML")]
    public AutXML AutXML { get; set; }
    Property Value
    Type Description
    AutXML

    COrgaoAutor

    Código da UF do emitente do evento

    Declaration
    [XmlIgnore]
    public UFBrasil COrgaoAutor { get; set; }
    Property Value
    Type Description
    UFBrasil

    COrgaoAutorField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade COrgaoAutor para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("cOrgaoAutor")]
    public int COrgaoAutorField { get; set; }
    Property Value
    Type Description
    int

    DescEvento

    Descrição do evento. Padrão = Ator interessado na NF-e

    Declaration
    [XmlElement("descEvento")]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    TpAutor

    Tipo do autor gerador do evento

    Declaration
    [XmlElement("tpAutor")]
    public TipoAutorGeradorEvento TpAutor { get; set; }
    Property Value
    Type Description
    TipoAutorGeradorEvento

    TpAutorizacao

    Tipo de autorização do evento do ator interessado na NFe

    Declaration
    [XmlElement("tpAutorizacao")]
    public TipoAutorizacao? TpAutorizacao { get; set; }
    Property Value
    Type Description
    TipoAutorizacao?

    VerAplic

    Versão do aplicativo do autor do evento.

    Declaration
    [XmlElement("verAplic")]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    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
    string

    Methods

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable