Class IdeProcesso
Identificação do processo e validade das informações
Inheritance
System.Object
IdeProcesso
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 IdeProcesso
Properties
FimValid
Preencher com o mês e ano de término da validade das informações, se
Declaration
public DateTimeOffset FimValid { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
FimValidField
Declaration
public string FimValidField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IniValid
Preencher com o mês e ano de início da validade das informações prestadas no evento, no formato AAAA-MM
Declaration
public DateTimeOffset IniValid { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
IniValidField
Declaration
public string IniValidField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrProc
Validação: Deve ser um número de processo válido e: a) Se tpProc = [1], deve possuir 17 (dezessete) ou 21 (vinte e um) algarismos; b) Se tpProc = [2], deve possuir 20 (vinte) algarismos; c) Se tpProc = [4], deve possuir 16 (dezesseis) algarismos.
Declaration
public string NrProc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpProc
Preencher com o código correspondente ao tipo de processo
Declaration
public TipoProcessoESocial TpProc { get; set; }
Property Value
Type | Description |
---|---|
TipoProcessoESocial |
Methods
ShouldSerializeFimValidField()
Declaration
public bool ShouldSerializeFimValidField()
Returns
Type | Description |
---|---|
System.Boolean |