Class AgNoc
Agente(s) nocivo(s) ao(s) qual(is) o trabalhador está exposto
Inheritance
System.Object
AgNoc
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
Properties
CodAgNoc
Informar o código do agente nocivo ao qual o trabalhador está exposto. Preencher com números e pontos.
Declaration
public string CodAgNoc { get; set; }
Property Value
Type |
Description |
System.String |
|
DscAgNoc
Descrição do agente nocivo
Declaration
public string DscAgNoc { get; set; }
Property Value
Type |
Description |
System.String |
|
EpcEpi
Informações relativas a Equipamentos de Proteção Coletiva - EPC e Equipamentos de Proteção Individual - EPI.
Declaration
public EpcEpi EpcEpi { get; set; }
Property Value
IntConc
Intensidade, concentração ou dose da exposição do trabalhador ao agente nocivo cujo critério de avaliação seja quantitativo
Declaration
public double IntConc { get; set; }
Property Value
Type |
Description |
System.Double |
|
IntConcField
Declaration
public string IntConcField { get; set; }
Property Value
Type |
Description |
System.String |
|
LimTol
Limite de tolerância calculado para agentes específicos, conforme técnica de medição exigida na legislação
Declaration
public double LimTol { get; set; }
Property Value
Type |
Description |
System.Double |
|
LimTolField
Declaration
public string LimTolField { get; set; }
Property Value
Type |
Description |
System.String |
|
NrProcJud
Em caso de agente nocivo incluído por determinação administrativa ou judicial, preencher com o número do processo
Declaration
public string NrProcJud { get; set; }
Property Value
Type |
Description |
System.String |
|
TecMedicao
Técnica utilizada para medição da intensidade ou concentração
Declaration
public string TecMedicao { get; set; }
Property Value
Type |
Description |
System.String |
|
TpAval
Tipo de avaliação do agente nocivo
Declaration
public TpAval? TpAval { get; set; }
Property Value
Type |
Description |
System.Nullable<TpAval> |
|
UnMed
Dose ou unidade de medida da intensidade ou concentração do agente
Declaration
public UnMed? UnMed { get; set; }
Property Value
Type |
Description |
System.Nullable<UnMed> |
|
Methods
ShouldSerializeDscAgNoc()
Declaration
public bool ShouldSerializeDscAgNoc()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIntConcField()
Declaration
public bool ShouldSerializeIntConcField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeLimTolField()
Declaration
public bool ShouldSerializeLimTolField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrProcJud()
Declaration
public bool ShouldSerializeNrProcJud()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTecMedicao()
Declaration
public bool ShouldSerializeTecMedicao()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpAval()
Declaration
public bool ShouldSerializeTpAval()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeUnMed()
Declaration
public bool ShouldSerializeUnMed()
Returns
Type |
Description |
System.Boolean |
|