Class BasBEViatura
Classe que identifica as Viaturas de Transporte
Implements
BasBE100.IBasBEViatura
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("a57bff73-711e-41cb-b0cd-8ce557fb40a5")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEViatura : BasBaseBE, IBasBEViatura
Constructors
BasBEViatura()
Declaration
public BasBEViatura()
Properties
CamposUtil
Coleção de Campos de Utililizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DataUltimaActualizacao
Data da última actualização dos dados da moeda.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Identifica a Descricao da Matricula
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 |
Matricula
Identifica a Matricula de medida
Declaration
public string Matricula { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEViatura