Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvtRemun

    Evento Remuneração de Trabalhador vinculado ao RGPS

    Inheritance
    object
    EvtRemun
    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 EvtRemun

    Properties

    DmDev

    Demonstrativo de valores devidos ao trabalhador

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

    ID

    ID

    Declaration
    [XmlAttribute(AttributeName = "Id", DataType = "token")]
    public string ID { get; set; }
    Property Value
    Type Description
    string

    IdeEmpregador

    Informações de identificação do empregador

    Declaration
    [XmlElement("ideEmpregador")]
    public IdeEmpregador IdeEmpregador { get; set; }
    Property Value
    Type Description
    IdeEmpregador

    IdeEvento

    Informações de identificação do evento

    Declaration
    [XmlElement("ideEvento")]
    public IdeEvento1200 IdeEvento { get; set; }
    Property Value
    Type Description
    IdeEvento1200

    IdeTrabalhador

    Identificação do trabalhador

    Declaration
    [XmlElement("ideTrabalhador")]
    public IdeTrabalhador IdeTrabalhador { get; set; }
    Property Value
    Type Description
    IdeTrabalhador