Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvCancNFGas

    Evento de cancelamento da NFGas

    Inheritance
    object
    XMLBase
    EvCancNFGas
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFGas
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
    [XmlRoot("evCancNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
    public class EvCancNFGas : XMLBase, IXmlSerializable

    Properties

    DescEvento

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

    NProt

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

    XJust

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

    Implements

    IXmlSerializable