Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Alertas

    Classe que representa um alerta da resposta

    Inheritance
    object
    Alertas
    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("Alerta")]
    public class Alertas

    Constructors

    Alertas()

    Declaration
    public Alertas()

    Properties

    Codigo

    Código do alerta

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

    Complemento

    Complemento do alerta

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

    Descricao

    Descrição do alerta

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

    Mensagem

    Mensagem do alerta (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>