Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoVistoriaSuframaSEFAZ

    Classe de detalhamento do evento de vistoria SUFRAMA - SEFAZ

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoVistoriaSuframaSEFAZ
    DetEventoInternalizacaoSUFRAMA
    DetEventoVistoriaSuframa
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.XmlReader
    EventoDetalhe.hasField
    EventoDetalhe.bindingFlags
    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 DetEventoVistoriaSuframaSEFAZ : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do evento. Padrão = Vistoria SUFRAMA - SEFAZ

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

    DVistoria

    Data de ocorrência da vistoria no formato AAAA-MM-DDThh:mm:ssTZD

    Declaration
    public DateTimeOffset DVistoria { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DVistoriaField

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

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

    LocVistoria

    Localidade onde ocorreu a vistoria

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

    PINe

    Número do PIN-e - protocolo de internalização de mercadoria nacional eletrônio

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

    PostoVistoria

    Nome do posto do ponto onde ocorre a vistoria

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

    XHistorico

    Histórico da ocorrência, se existir

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

    Methods

    ProcessReader()

    Declaration
    override void ProcessReader()
    Overrides
    EventoDetalhe.ProcessReader()

    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