Class RespReg
Informações relativas ao responsável pelos registros ambientais.
Inheritance
System.Object
RespReg
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 RespReg
Properties
CpfResp
Preencher com o CPF do responsável pelos registros ambientais
Declaration
public string CpfResp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DscOC
Descrição (sigla) do órgão de classe ao qual o responsável pelos registros ambientais está vinculado.
Declaration
public string DscOC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeOc
Órgão de classe ao qual o responsável pelos registros ambientais está vinculado
Declaration
public IdeOc? IdeOc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IdeOc> |
NrOC
Número de inscrição no órgão de classe.
Declaration
public string NrOC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UfOC
Sigla da Unidade da Federação - UF do órgão de classe.
Declaration
public UFBrasil? UfOC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UFBrasil> |
Methods
ShouldSerializeDscOC()
Declaration
public bool ShouldSerializeDscOC()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIdeOc()
Declaration
public bool ShouldSerializeIdeOc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNrOC()
Declaration
public bool ShouldSerializeNrOC()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeUfOC()
Declaration
public bool ShouldSerializeUfOC()
Returns
Type | Description |
---|---|
System.Boolean |