Class DadosProc
Inheritance
System.Object
DadosProc
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 DadosProc
Properties
DadosProcJud
Declaration
public DadosProcJud DadosProcJud { get; set; }
Property Value
Type | Description |
---|---|
DadosProcJud |
IndAutoria
Indicativo da autoria da ação judicial. Valores válidos: 1 - Próprio contribuinte 2 - Outra entidade, empresa ou empregado Validação: Preenchimento obrigatório se tpProc = [2].
Declaration
public IndicativoAutoriaAcaoJudicial? IndAutoria { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IndicativoAutoriaAcaoJudicial> |
IndMatProc
Declaration
public IndicativoMateriaProcesso IndMatProc { get; set; }
Property Value
Type | Description |
---|---|
IndicativoMateriaProcesso |
InfoSusp
Declaration
public List<InfoSusp> InfoSusp { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoSusp> |
Observacao
Declaration
public string Observacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeIndAutoria()
Declaration
public bool ShouldSerializeIndAutoria()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeObservacao()
Declaration
public bool ShouldSerializeObservacao()
Returns
Type | Description |
---|---|
System.Boolean |