Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEncMDFe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoEncMDFe
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.bindingFlags
    EventoDetalhe.hasField
    EventoDetalhe.SetLocalValue(Type)
    EventoDetalhe.SetPropertyValue(String)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.XmlReader
    EventoDetalhe.ProcessReader()
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.VersaoEvento
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoEncMDFe : EventoDetalhe, IXmlSerializable

    Properties

    CMun

    Código do Município

    Declaration
    public long CMun { get; set; }
    Property Value
    Type Description
    System.Int64

    CUF

    Código da UF

    Declaration
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

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

    Declaration
    public int CUFField { get; set; }
    Property Value
    Type Description
    System.Int32

    DescEvento

    Descrição do Evento: Encerramento

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

    DtEnc

    Data do Encerramento

    Declaration
    public DateTime DtEnc { get; set; }
    Property Value
    Type Description
    System.DateTime

    DtEncField

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

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

    IndEncPorTerceiro

    Indicador de Encerramento por Terceiro

    Declaration
    public int IndEncPorTerceiro { get; set; }
    Property Value
    Type Description
    System.Int32

    NProt

    Número do Protocolo

    Declaration
    public string NProt { 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