Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeTrab

    Informações do trabalhador

    Inheritance
    object
    IdeTrab
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class IdeTrab

    Properties

    CpfTrab

    Preencher com o número do CPF do trabalhador

    Declaration
    [XmlElement("cpfTrab")]
    public string CpfTrab { get; set; }
    Property Value
    Type Description
    string

    DtNascto

    Preencher com a data de nascimento

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtNascto { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtNasctoField

    Declaration
    [XmlElement("dtNascto")]
    public string DtNasctoField { get; set; }
    Property Value
    Type Description
    string

    IdeSeqTrab

    Declaration
    [XmlElement("ideSeqTrab")]
    public int IdeSeqTrab { get; set; }
    Property Value
    Type Description
    int

    InfoContr

    Informações do contrato de trabalho

    Declaration
    [XmlElement("infoContr")]
    public List<InfoContr> InfoContr { get; set; }
    Property Value
    Type Description
    List<InfoContr>

    NmTrab

    Informar o nome do trabalhador

    Declaration
    [XmlElement("nmTrab")]
    public string NmTrab { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeDtNasctoField()

    Declaration
    public bool ShouldSerializeDtNasctoField()
    Returns
    Type Description
    bool

    ShouldSerializeIdeSeqTrab()

    Declaration
    public bool ShouldSerializeIdeSeqTrab()
    Returns
    Type Description
    bool

    ShouldSerializeNmTrab()

    Declaration
    public bool ShouldSerializeNmTrab()
    Returns
    Type Description
    bool