Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoExpRisco

    Informações sobre o ambiente de trabalho, atividades desempenhadas e exposição a agentes nocivos.

    Inheritance
    System.Object
    InfoExpRisco
    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 InfoExpRisco

    Properties

    AgNoc

    Agente(s) nocivo(s) ao(s) qual(is) o trabalhador está exposto

    Declaration
    public List<AgNoc> AgNoc { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AgNoc>

    DtFimCondicao

    Informar a data em que o trabalhador terminou as atividades nas condições descritas

    Declaration
    public DateTimeOffset DtFimCondicao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DtFimCondicaoField

    Declaration
    public string DtFimCondicaoField { get; set; }
    Property Value
    Type Description
    System.String

    DtIniCondicao

    Informar a data em que o trabalhador iniciou as atividades nas condições descritas ou a data de início da obrigatoriedade deste evento para o empregador no eSocial, a que for mais recente.

    Declaration
    public DateTimeOffset DtIniCondicao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DtIniCondicaoField

    Declaration
    public string DtIniCondicaoField { get; set; }
    Property Value
    Type Description
    System.String

    InfoAmb

    Informações relativas ao ambiente de trabalho. Somente no caso de trabalhador avulso (código de categoria no RET igual a [2XX]) é possível declarar mais de um ambiente

    Declaration
    public List<InfoAmb> InfoAmb { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InfoAmb>

    InfoAtiv

    Descrição das atividades desempenhadas

    Declaration
    public InfoAtiv InfoAtiv { get; set; }
    Property Value
    Type Description
    InfoAtiv

    Obs

    Observações relativas a registros ambientais

    Declaration
    public Obs Obs { get; set; }
    Property Value
    Type Description
    Obs

    RespReg

    Informações relativas ao responsável pelos registros ambientais

    Declaration
    public List<RespReg> RespReg { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RespReg>

    Methods

    ShouldSerializeDtFimCondicaoField()

    Declaration
    public bool ShouldSerializeDtFimCondicaoField()
    Returns
    Type Description
    System.Boolean