Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoVistoriaSuframaSEFAZ

    Classe de detalhamento do evento de vistoria SUFRAMA - SEFAZ

    Inheritance
    object
    EventoDetalhe
    DetEventoVistoriaSuframaSEFAZ
    DetEventoInternalizacaoSUFRAMA
    DetEventoVistoriaSuframa
    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", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
    public class DetEventoVistoriaSuframaSEFAZ : EventoDetalhe, IXmlSerializable

    Properties

    DVistoria

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

    Declaration
    [XmlIgnore]
    public DateTimeOffset DVistoria { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DVistoriaField

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

    Declaration
    [XmlElement("dVistoria")]
    public string DVistoriaField { get; set; }
    Property Value
    Type Description
    string

    DescEvento

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

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

    LocVistoria

    Localidade onde ocorreu a vistoria

    Declaration
    [XmlElement("locVistoria")]
    public string LocVistoria { get; set; }
    Property Value
    Type Description
    string

    PINe

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

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

    PostoVistoria

    Nome do posto do ponto onde ocorre a vistoria

    Declaration
    [XmlElement("postoVistoria")]
    public string PostoVistoria { get; set; }
    Property Value
    Type Description
    string

    XHistorico

    Histórico da ocorrência, se existir

    Declaration
    [XmlElement("xHistorico")]
    public string XHistorico { 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