Class BasBECodigoLER
Classe que identifica as unidades de medida existentes, assim como os respectivos factores de conversao lineares
Implements
BasBE100.IBasBECodigoLER
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("15d5ac71-56b9-4810-a6a4-1c852a80ee4a")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBECodigoLER : BasBaseBE, IBasBECodigoLER
Constructors
BasBECodigoLER()
Declaration
public BasBECodigoLER()
Properties
CamposUtil
Campos utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos | Campos utilizador |
Codigo
Identifica o código LER
Declaration
public string Codigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Identifica a Descricao do código LER
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identifica se o registo está em edição
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoBE
Gets or sets the estado be.
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String | The estado be. |
Isento
Identifica se Código LER é isento
Declaration
public bool Isento { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
BasBE100.IBasBECodigoLER