Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCanc

    Inheritance
    object
    EventoDetalhe
    DetEventoCanc
    Implements
    IXmlSerializable
    Inherited Members
    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.DCe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class DetEventoCanc : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

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

    NProt

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

    VersaoEvento

    Declaration
    [XmlAttribute("versaoEvento", DataType = "string")]
    public override string VersaoEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.VersaoEvento

    XJust

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