Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEncMDFe

    Inheritance
    object
    EventoDetalhe
    DetEventoEncMDFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEvento")]
    public class DetEventoEncMDFe : EventoDetalhe, IXmlSerializable

    Properties

    CMun

    Código do Município

    Declaration
    [XmlElement("cMun", Order = 4)]
    public long CMun { get; set; }
    Property Value
    Type Description
    long

    CUF

    Código da UF

    Declaration
    [XmlIgnore]
    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
    [XmlElement("cUF", Order = 3)]
    public int CUFField { get; set; }
    Property Value
    Type Description
    int

    DescEvento

    Descrição do Evento: Encerramento

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

    DtEnc

    Data do Encerramento

    Declaration
    [XmlIgnore]
    public DateTime DtEnc { get; set; }
    Property Value
    Type Description
    DateTime

    DtEncField

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

    Declaration
    [XmlElement("DtEnc", Order = 2)]
    public string DtEncField { get; set; }
    Property Value
    Type Description
    string

    IndEncPorTerceiro

    Indicador de Encerramento por Terceiro

    Declaration
    [XmlElement("indEncPorTerceiro", Order = 5)]
    public int IndEncPorTerceiro { get; set; }
    Property Value
    Type Description
    int

    NProt

    Número do Protocolo

    Declaration
    [XmlElement("nProt", Order = 1)]
    public string NProt { 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