Class RemunPerApur
Remuneração do trabalhador
Inheritance
System.Object
RemunPerApur
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.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class RemunPerApur
Properties
IndSimples
Indicador de contribuição substituída. Valores válidos: 1 - Contribuição substituída integralmente 2 - Contribuição não substituída 3 - Contribuição não substituída concomitante com
Declaration
public IndSimples? IndSimples { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IndSimples> |
InfoAgNocivo
Grau de exposição a agentes nocivos
Declaration
public InfoAgNocivo InfoAgNocivo { get; set; }
Property Value
Type | Description |
---|---|
InfoAgNocivo |
ItensRemun
Rubricas que compõem a remuneração do trabalhador
Declaration
public List<ItensRemunESocial1200> ItensRemun { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ItensRemunESocial1200> |
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 |
Methods
ShouldSerializeIndSimples()
Declaration
public bool ShouldSerializeIndSimples()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMatricula()
Declaration
public bool ShouldSerializeMatricula()
Returns
Type | Description |
---|---|
System.Boolean |