Class IdeProcessoESocial
Inheritance
System.Object
IdeProcessoESocial
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 IdeProcessoESocial
Properties
FimValid
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
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
Declaration
public TipoProcessoESocial TpProc { get; set; }
Property Value
Type | Description |
---|---|
TipoProcessoESocial |