Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeFolhaPagto

    Grupo que identifica a qual período de apuração pertence o evento que será excluído

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

    Properties

    IndApuracao

    Indicativo de período de apuração

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

    PerApur

    Informar o mês/ano (formato AAAA-MM) ou apenas o ano (formato AAAA) de referência das informações

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

    Methods

    ShouldSerializeIndApuracao()

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