Class Erro
Inheritance
System.Object
Erro
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.DARE
Assembly: Unimake.Business.DFe.dll
Syntax
public class Erro
Properties
EstaOk
Indica se o processamento do DARE está OK ou não. Um valor que indica o status geral do processamento.
Declaration
public bool EstaOk { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mensagens
Mensagens de erro associadas ao DARE. Pode incluir uma ou mais mensagens explicando os problemas encontrados.
Declaration
public List<string> Mensagens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeMensagens()
Declaration
public bool ShouldSerializeMensagens()
Returns
Type | Description |
---|---|
System.Boolean |