Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Evento

    Retorno de sucesso do evento (envelope que contém o pedRegEvento original).

    Inheritance
    object
    XMLBase
    Evento
    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.NFSe.NACIONAL
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("evento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public class Evento : XMLBase, IXmlSerializable

    Properties

    InfEvento

    Informações do evento (dados adicionais do retorno).

    Declaration
    [XmlElement("infEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public InfEvento InfEvento { get; set; }
    Property Value
    Type Description
    InfEvento

    Signature

    Assinatura XML-DSig do retorno.

    Declaration
    [XmlElement("Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Versao

    Versão do schema do XML de retorno.

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable