Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Erros

    Classe que representa um erro da resposta

    Inheritance
    object
    Erros
    Inherited Members
    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.Consulta
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlType("Erros")]
    public class Erros

    Constructors

    Erros()

    Declaration
    public Erros()

    Properties

    Codigo

    Código do erro

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

    Complemento

    Complemento do erro

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

    Descricao

    Descrição do erro

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

    Mensagem

    Mensagem do erro (pode ser um objeto vazio)

    Declaration
    [XmlElement("Mensagem")]
    public object Mensagem { get; set; }
    Property Value
    Type Description
    object

    Parametros

    Lista de parâmetros

    Declaration
    [XmlArray("Parametros")]
    [XmlArrayItem("Parametro")]
    public List<string> Parametros { get; set; }
    Property Value
    Type Description
    List<string>