Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvtCessao

    Evento Cessão/Exercício em Outro Órgão

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

    Properties

    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 IdeEvento2231 IdeEvento { get; set; }
    Property Value
    Type Description
    IdeEvento2231

    IdeVinculo

    Informações de identificação do trabalhador e do vínculo

    Declaration
    [XmlElement("ideVinculo")]
    public IdeVinculo2231 IdeVinculo { get; set; }
    Property Value
    Type Description
    IdeVinculo2231

    InfoCessao

    Informações da cessão/exercício em outro órgão

    Declaration
    [XmlElement("infoCessao")]
    public InfoCessao2231 InfoCessao { get; set; }
    Property Value
    Type Description
    InfoCessao2231