Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCancSubst

    Classe de detalhamento do evento de cancelamento por substituição da NFe/NFCe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoCancSubst
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.XmlReader
    EventoDetalhe.hasField
    EventoDetalhe.bindingFlags
    EventoDetalhe.ProcessReader()
    EventoDetalhe.SetValue(Type)
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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 DetEventoCancSubst : EventoDetalhe, IXmlSerializable

    Properties

    ChNFeRef

    Chave de acesso da NFe/NFCe vinculada

    Declaration
    public string ChNFeRef { get; set; }
    Property Value
    Type Description
    System.String

    COrgaoAutor

    Código do órgão autor do evento. Informar o código da UF para este evento.

    Declaration
    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
    public string COrgaoAutorField { get; set; }
    Property Value
    Type Description
    System.String

    DescEvento

    Descrição do evento. Padrão = Cancelamento por substituicao

    Declaration
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EventoDetalhe.DescEvento

    NProt

    Número do protocolo de status da NFe/NFCe

    Declaration
    public string NProt { get; set; }
    Property Value
    Type Description
    System.String

    TpAutor

    Tipo do autor

    Declaration
    public TipoAutor TpAutor { get; set; }
    Property Value
    Type Description
    TipoAutor

    VerAplic

    Versão do aplicativo que recebeu o evento

    Declaration
    public string VerAplic { get; set; }
    Property Value
    Type Description
    System.String

    XJust

    Justificativa do cancelamento por substituição

    Declaration
    public string XJust { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    WriteXml(XmlWriter)

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

    Implements

    System.Xml.Serialization.IXmlSerializable