Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Remuneracao2500

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

    Properties

    DscSalVar

    Descrição do salário por tarefa ou variável e como este é calculado. Ex.: Comissões pagas no percentual de 10% sobre as vendas

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

    DtRemun

    Data a partir da qual as informações de remuneração e periodicidade de pagamento estão vigentes

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

    DtRemunField

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

    UndSalFixo

    Unidade de pagamento da parte fixa da remuneração

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

    VrSalFx

    Salário base do trabalhador, correspondente à parte fixa da remuneração em dtRemun

    Declaration
    public double VrSalFx { get; set; }
    Property Value
    Type Description
    System.Double

    VrSalFxField

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

    Methods

    ShouldSerializeDscSalVar()

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