Class InfoEstagiario2300
Informações relativas ao estagiário ou ao beneficiário do Programa Nacional de Prestação de Serviço Civil Voluntário.
Inheritance
System.Object
InfoEstagiario2300
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 InfoEstagiario2300
Properties
AgeIntegracao
Declaration
public AgeIntegracao AgeIntegracao { get; set; }
Property Value
AreaAtuacao
Área de atuação do estagiário ou, no caso de
prestação de serviço civil voluntário, jornada semanal
do desempenho de atividades em formato decimal.
Declaration
public string AreaAtuacao { get; set; }
Property Value
Type |
Description |
System.String |
|
DtInicioField
Data prevista para o término do estágio ou da
prestação de serviço civil voluntário.
Validação: Deve ser uma data posterior à data de
início do estágio ou da prestação de serviço civil
voluntário.
Declaration
public string DtInicioField { get; set; }
Property Value
Type |
Description |
System.String |
|
DtPrevTerm
Data prevista para o término do estágio ou da
prestação de serviço civil voluntário.
Validação: Deve ser uma data posterior à data de
início do estágio ou da prestação de serviço civil
voluntário.
Declaration
public DateTimeOffset DtPrevTerm { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
InstEnsino
Instituição de ensino ou entidade de formação/qualificação
Declaration
public InstEnsino InstEnsino { get; set; }
Property Value
NatEstagio
Natureza do estágio ou da prestação de serviço civil
voluntário.
Valores válidos:
O - Obrigatório
N - Não obrigatório
Validação: Se o código de categoria for igual a[906],
deve ser preenchido com[N].
Declaration
public NatEstagio NatEstagio { get; set; }
Property Value
NivEstagio
Informar o nível do estágio ou da prestação de
serviço civil voluntário.
Validação: Preenchimento obrigatório se o código de
categoria for igual a[901]. Se o código de categoria
for igual a[906], não pode ser informado[9].
Declaration
public NivEstagio? NivEstagio { get; set; }
Property Value
NrApol
Número da apólice de seguro.
Declaration
public string NrApol { get; set; }
Property Value
Type |
Description |
System.String |
|
SupervisorEstagio
Declaration
public SupervisorEstagio SupervisorEstagio { get; set; }
Property Value
Methods
ShouldSerializeAreaAtuacao()
Declaration
public bool ShouldSerializeAreaAtuacao()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNivEstagiol()
Declaration
public bool ShouldSerializeNivEstagiol()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrApol()
Declaration
public bool ShouldSerializeNrApol()
Returns
Type |
Description |
System.Boolean |
|