Class InstEnsino
Instituição de ensino ou entidade de formação/qualificação.
Inheritance
System.Object
InstEnsino
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()
Assembly: Unimake.Business.DFe.dll
Syntax
Properties
Bairro
Nome do bairro/distrito.
Validação: Preenchimento obrigatório e exclusivo se
o campo cnpjInstEnsino não estiver preenchido.
Declaration
public string Bairro { get; set; }
Property Value
Type |
Description |
System.String |
|
Cep
Código de Endereçamento Postal - CEP.
Validação: Não informar se o campo cnpjInstEnsino
estiver preenchido.Se informado, deve ser
preenchido apenas com números, com 8 (oito)
posições.
Declaration
public string Cep { get; set; }
Property Value
Type |
Description |
System.String |
|
CnpjInstEnsino
Preencher com o CNPJ da instituição de ensino, no
caso de estágio, ou da entidade de
formação/qualificação, no caso de prestação de
serviço civil voluntário.Deve ser preenchido apenas
se a instituição/entidade for brasileira.
Validação: Se informado, deve ser um CNPJ válido,
com 14 (catorze) algarismos.
Declaration
public string CnpjInstEnsino { get; set; }
Property Value
Type |
Description |
System.String |
|
CodMunic
Preencher com o código do município, conforme
tabela do IBGE.
Validação: Não informar se o campo cnpjInstEnsino
estiver preenchido.Se informado, deve ser um
código válido e existente na tabela do IBGE.
Declaration
public string CodMunic { get; set; }
Property Value
Type |
Description |
System.String |
|
DscLograd
Descrição do logradouro.
Validação: Preenchimento obrigatório e exclusivo se
o campo cnpjInstEnsino não estiver preenchido.
Declaration
public string DscLograd { get; set; }
Property Value
Type |
Description |
System.String |
|
NmRazao
Informar a razão social.
Validação: Preenchimento obrigatório e exclusivo se
o campo cnpjInstEnsino não estiver preenchido.
Declaration
public string NmRazao { get; set; }
Property Value
Type |
Description |
System.String |
|
NrLograd
Número do logradouro.
Se não houver número a ser informado, preencher
com "S/N".
Validação: Preenchimento obrigatório e exclusivo se
o campo cnpjInstEnsino não estiver preenchido.
Declaration
public string NrLograd { get; set; }
Property Value
Type |
Description |
System.String |
|
Uf
Preencher com a sigla da Unidade da Federação - UF.
Validação: Preenchimento obrigatório e exclusivo se
o campo cnpjInstEnsino não estiver preenchido.
Declaration
public UFBrasil? Uf { get; set; }
Property Value
Type |
Description |
System.Nullable<UFBrasil> |
|
Methods
ShouldSerializeBairro()
Declaration
public bool ShouldSerializeBairro()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCep()
Declaration
public bool ShouldSerializeCep()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCnpjInstEnsino()
Declaration
public bool ShouldSerializeCnpjInstEnsino()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCodMunic()
Declaration
public bool ShouldSerializeCodMunic()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDscLograd()
Declaration
public bool ShouldSerializeDscLograd()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNmRazao()
Declaration
public bool ShouldSerializeNmRazao()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrLograd()
Declaration
public bool ShouldSerializeNrLograd()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeUf()
Declaration
public bool ShouldSerializeUf()
Returns
Type |
Description |
System.Boolean |
|