Class RhpBEErroAlertaSS
Classe que encapsula um alerta ou erro retornado na consulta de estado de ficheiros na segurança social.
Inheritance
System.Object
RhpBEErroAlertaSS
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBEErroAlertaSS
Constructors
RhpBEErroAlertaSS()
Declaration
public RhpBEErroAlertaSS()
Properties
Codigo
Código do erro ou alerta.
Declaration
public virtual string Codigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do erro.
Declaration
public virtual string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoLinha
Descrição da linha
Declaration
public virtual string DescricaoLinha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcionario
Código do funcionário
Declaration
public virtual string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumLinha
Número da Linha
Declaration
public virtual int? NumLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Origem
Tipo de erro. [0, Da seg. social, 1-erro validação ss, 2-erro magnético
Declaration
public RhpBEErroAlertaSS.enuOrigemErroAlerta Origem { get; set; }
Property Value
Type | Description |
---|---|
RhpBEErroAlertaSS.enuOrigemErroAlerta |
Verificado
Quando tratado pelo utilizador
Declaration
public bool Verificado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |