Class InfoTrabFGTS
Informações relativas à matrícula e categoria do trabalhador
Inheritance
System.Object
InfoTrabFGTS
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfoTrabFGTS
Properties
CategOrig
Preencher com o código correspondente à categoria de origem do dirigente sindical ou do trabalhador cedido
Declaration
public string CategOrig { get; set; }
Property Value
Type |
Description |
System.String |
|
CodCateg
Preencher com o código da categoria do trabalhador, conforme Tabela 01
Declaration
public CodCateg CodCateg { get; set; }
Property Value
DtDeslig
Preencher com a data de desligamento do vínculo (último dia trabalhado)
Declaration
public DateTimeOffset DtDeslig { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtDesligField
Declaration
public string DtDesligField { get; set; }
Property Value
Type |
Description |
System.String |
|
DtTerm
Declaration
public DateTimeOffset DtTerm { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtTermField
Declaration
public string DtTermField { get; set; }
Property Value
Type |
Description |
System.String |
|
EConsignado
Informações relativas ao desconto do eConsignado
Declaration
public List<EConsignado> EConsignado { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<EConsignado> |
|
InfoBaseFGTS
Informações referentes a bases de cálculo e valores do FGTS
Declaration
public InfoBaseFGTS InfoBaseFGTS { get; set; }
Property Value
Matricula
Matrícula atribuída ao trabalhador pela empresa ou, no caso de servidor público, a matrícula constante no Sistema de Administração de Recursos Humanos do órgão
Declaration
public string Matricula { get; set; }
Property Value
Type |
Description |
System.String |
|
MtvDeslig
Código de motivo do desligamento, conforme Tabela 19
Declaration
public string MtvDeslig { get; set; }
Property Value
Type |
Description |
System.String |
|
MtvDesligTSV
Código de motivo do término do TSVE
Declaration
public string MtvDesligTSV { get; set; }
Property Value
Type |
Description |
System.String |
|
ProcCS
Informação sobre processo judicial que suspende a exigibilidade da Contribuição Social Rescisória
Declaration
public ProcCS5003 ProcCS { get; set; }
Property Value
RemunSuc
Indicar se a remuneração é relativa a verbas de natureza salarial ou não salarial devidas pela empresa sucessora a empregados desligados ainda na sucedida
Declaration
public SimNaoLetra? RemunSuc { get; set; }
Property Value
SucessaoVinc
Grupo de informações da sucessão de vínculo trabalhista
Declaration
public SucessaoVinc5003 SucessaoVinc { get; set; }
Property Value
TpRegTrab
Tipo de regime trabalhista
Declaration
public TipoRegimeTrabalhista? TpRegTrab { get; set; }
Property Value
Methods
ShouldSerializeCategOrig()
Declaration
public bool ShouldSerializeCategOrig()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDtDesligField()
Declaration
public bool ShouldSerializeDtDesligField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDtTermField()
Declaration
public bool ShouldSerializeDtTermField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMatricula()
Declaration
public bool ShouldSerializeMatricula()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMtvDeslig()
Declaration
public bool ShouldSerializeMtvDeslig()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMtvDesligTSV()
Declaration
public bool ShouldSerializeMtvDesligTSV()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeRemunSuc()
Declaration
public bool ShouldSerializeRemunSuc()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpRegTrab()
Declaration
public bool ShouldSerializeTpRegTrab()
Returns
Type |
Description |
System.Boolean |
|