Class BasBEGrupoDashboards
Inheritance
System.Object
BasBEGrupoDashboards
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()
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("4DA2F14B-D22C-425C-BCA7-DAF3AEC0D3C0")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEGrupoDashboards : BasBaseBE, IBasBEGrupoDashboards
Constructors
BasBEGrupoDashboards()
Declaration
public BasBEGrupoDashboards()
Properties
AbrirAutomaticamente
Declaration
public bool AbrirAutomaticamente { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AtalhoMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CalendarioEnvio
Declaration
public StdBECalendarioGeral CalendarioEnvio { get; set; }
Property Value
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
DataUltimaActualizacao
Data da última actualização do registo.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
DisponivelWeb
Declaration
public bool DisponivelWeb { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EmModoEdicao
Indica se o registo está a ser editado.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Envio
Declaration
public bool Envio { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EstadoBE
Declaration
public string EstadoBE { get; set; }
Property Value
Type |
Description |
System.String |
|
Grupo
Declaration
public string Grupo { get; set; }
Property Value
Type |
Description |
System.String |
|
GrupoEnvio
Declaration
public string GrupoEnvio { get; set; }
Property Value
Type |
Description |
System.String |
|
IdCalendarioEnvio
Declaration
public string IdCalendarioEnvio { get; set; }
Property Value
Type |
Description |
System.String |
|
ModoAlteracao
Modo de alteração do objecto BE: md_NaoAlterado/md_Inserido/md_Modificado/md_Apagado
Declaration
public BasBETiposGcp.enuModosAlteracaoObjectos ModoAlteracao { get; set; }
Property Value
Methods
Finalize()
Declaration
protected void Finalize()
Implements