Class SucessaoVinc2200
Grupo de informações da sucessão de vínculo trabalhista/estatutário
Inheritance
System.Object
SucessaoVinc2200
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 SucessaoVinc2200
Properties
DtTransf
Preencher com a data da transferência do empregado para o empregador declarante.
Declaration
public DateTimeOffset DtTransf { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DtTransfField
Declaration
public string DtTransfField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MatricAnt
Matrícula do trabalhador no empregador anterior.
Declaration
public string MatricAnt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrInsc
Informar o número de inscrição do empregador anterior, de acordo com o tipo de inscrição indicado no campo sucessaoVinc/tpInsc.
Declaration
public string NrInsc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacao
Observação
Declaration
public string Observacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpInsc
Preencher com o código correspondente ao tipo de inscrição, conforme Tabela 05.
Declaration
public TiposInscricao TpInsc { get; set; }
Property Value
Type | Description |
---|---|
TiposInscricao |
Methods
ShouldSerializeMatricAnt()
Declaration
public bool ShouldSerializeMatricAnt()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeObservacao()
Declaration
public bool ShouldSerializeObservacao()
Returns
Type | Description |
---|---|
System.Boolean |