Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoAnotJud

    Informações da anotação judicial do vínculo

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

    Properties

    Afastamento

    Informações de afastamento do trabalhador

    Declaration
    public Afastamento8200 Afastamento { get; set; }
    Property Value
    Type Description
    Afastamento8200

    Cargo

    Informações do cargo

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

    CodCateg

    Preencher com o código da categoria do trabalhador

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

    CpfTrab

    Preencher com o número do CPF do trabalhador

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

    Desligamento

    Informações de desligamento do trabalhador

    Declaration
    public Desligamento8200 Desligamento { get; set; }
    Property Value
    Type Description
    Desligamento8200

    DtAdm

    Preencher com a data de admissão do trabalhador

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

    DtAdmField

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

    DtNascto

    Preencher com a data de nascimento

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

    DtNasctoField

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

    DtTerm

    Data do término do contrato por prazo determinado

    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

    Incorporacao

    Informação do(s) vínculo(s)/contrato(s) já declarado(s) no eSocial e incorporado(s) ao vínculo ou sucedido(s) pelo vínculo reconhecido judicialmente

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

    LocalTrabalho

    Informar o número de inscrição do estabelecimento relativo ao local de trabalho

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

    Matricula

    Matrícula atribuída ao trabalhador

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

    NatAtividade

    Natureza da atividade

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

    NmTrab

    Informar o nome do trabalhador

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

    Remuneracao

    Informações da remuneração e periodicidade de pagamento

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

    TpContr

    Tipo de contrato de trabalho

    Declaration
    public TipoDeContratoDeTrabalho TpContr { get; set; }
    Property Value
    Type Description
    TipoDeContratoDeTrabalho

    TpInscTrab

    Valores válidos: 1 - CNPJ, 2 - CAEPF, 4 - CNO

    Declaration
    public TiposInscricao? TpInscTrab { get; set; }
    Property Value
    Type Description
    System.Nullable<TiposInscricao>

    TpRegPrev

    Declaration
    public TipoRegimePrevidenciario TpRegPrev { get; set; }
    Property Value
    Type Description
    TipoRegimePrevidenciario

    TpRegTrab

    Declaration
    public TipoRegimeTrabalhista TpRegTrab { get; set; }
    Property Value
    Type Description
    TipoRegimeTrabalhista

    VersaoSchema

    Versão do schema XML - Utilizado somente em tempo de serialização/desserialização, mas não é gerado no XML. Somente de uso interno da DLL para fazer tratamentos entre versões de schemas.

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

    VersaoSchemaInt

    Retorna somente o valor inteiro da versão para facilitar comparações

    Declaration
    int VersaoSchemaInt { }
    Property Value
    Type Description
    System.Int32

    Methods

    ShouldSerializeDtTermField()

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

    ShouldSerializeLocalTrabalho()

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

    ShouldSerializeTpInscTrab()

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

    ShouldSerializeTpRegPrev()

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

    ShouldSerializeTpRegTrab()

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