Class BasBEClassificacaoResiduo
Esta classe permite identificar objectos do tipo Classificação Residuo.
Implements
BasBE100.IBasBEClassificacaoResiduo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("b2bd8841-c026-4d1a-b041-432f95bc0ad1")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEClassificacaoResiduo : BasBaseBE, IBasBEClassificacaoResiduo
Properties
Classificacao
Código da classificação.
Declaration
public string Classificacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição da classificação.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identifica se o registo está a ser alterado
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
BasBE100.IBasBEClassificacaoResiduo