C# Class GISA.Controls.ControloAut.ControloAutList

Inheritance: MiddleClass:PaginatedListView
Afficher le fichier Open project: ParadigmaXis/gisa Class Usage Examples

Méthodes publiques

Свойство Type Description
ToolTip System.Windows.Forms.ToolTip
cbNoticiaAut System.Windows.Forms.ComboBox
chkValidado System.Windows.Forms.CheckBox
colCompleto System.Windows.Forms.ColumnHeader
colDatasExistencia System.Windows.Forms.ColumnHeader
colDesignacao System.Windows.Forms.ColumnHeader
colNoticiaAut System.Windows.Forms.ColumnHeader
colValidado System.Windows.Forms.ColumnHeader
lblFiltroDesignacao System.Windows.Forms.Label
lblNoticiaAut System.Windows.Forms.Label
txtFiltroDesignacao System.Windows.Forms.TextBox

Private Properties

Свойство Type Description
InitializeComponent void
IsSelectedInCbNoticiaAut bool

Méthodes publiques

Méthode Description
AddNivel ( GISADataset cadRow ) : void
AllowedNoticiaAut ( ) : void
ClearFiltro ( ) : void
ConfigureDiplomaModelo ( ) : void
ControloAutList ( ) : System
SelectItem ( GISADataset cadRow ) : void
UpdateEditedItems ( ) : void

Méthodes protégées

Méthode Description
AddItemsToList ( ) : void
CalculateOrderedItems ( IDbConnection connection ) : void
DeleteTemporaryResults ( IDbConnection connection ) : void
Dispose ( bool disposing ) : void
GetItems ( int pageNr, int itemsPerPage, IDbConnection connection ) : void
GetPageForItemTag ( object itemTag, int pageNr, IDbConnection connection ) : int

Private Methods

Méthode Description
InitializeComponent ( ) : void
IsSelectedInCbNoticiaAut ( long IDTipoNoticiaAut ) : bool

Method Details

AddItemsToList() protected méthode

protected AddItemsToList ( ) : void
Résultat void

AddNivel() public méthode

public AddNivel ( GISADataset cadRow ) : void
cadRow GISADataset
Résultat void

AllowedNoticiaAut() public méthode

public AllowedNoticiaAut ( ) : void
Résultat void

CalculateOrderedItems() protected méthode

protected CalculateOrderedItems ( IDbConnection connection ) : void
connection IDbConnection
Résultat void

ClearFiltro() public méthode

public ClearFiltro ( ) : void
Résultat void

ConfigureDiplomaModelo() public méthode

public ConfigureDiplomaModelo ( ) : void
Résultat void

ControloAutList() public méthode

public ControloAutList ( ) : System
Résultat System

DeleteTemporaryResults() protected méthode

protected DeleteTemporaryResults ( IDbConnection connection ) : void
connection IDbConnection
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetItems() protected méthode

protected GetItems ( int pageNr, int itemsPerPage, IDbConnection connection ) : void
pageNr int
itemsPerPage int
connection IDbConnection
Résultat void

GetPageForItemTag() protected méthode

protected GetPageForItemTag ( object itemTag, int pageNr, IDbConnection connection ) : int
itemTag object
pageNr int
connection IDbConnection
Résultat int

SelectItem() public méthode

public SelectItem ( GISADataset cadRow ) : void
cadRow GISADataset
Résultat void

UpdateEditedItems() public méthode

public UpdateEditedItems ( ) : void
Résultat void

Property Details

ToolTip public_oe property

public ToolTip,System.Windows.Forms ToolTip
Résultat System.Windows.Forms.ToolTip

cbNoticiaAut public_oe property

public ComboBox,System.Windows.Forms cbNoticiaAut
Résultat System.Windows.Forms.ComboBox

chkValidado public_oe property

public CheckBox,System.Windows.Forms chkValidado
Résultat System.Windows.Forms.CheckBox

colCompleto public_oe property

public ColumnHeader,System.Windows.Forms colCompleto
Résultat System.Windows.Forms.ColumnHeader

colDatasExistencia public_oe property

public ColumnHeader,System.Windows.Forms colDatasExistencia
Résultat System.Windows.Forms.ColumnHeader

colDesignacao public_oe property

public ColumnHeader,System.Windows.Forms colDesignacao
Résultat System.Windows.Forms.ColumnHeader

colNoticiaAut public_oe property

public ColumnHeader,System.Windows.Forms colNoticiaAut
Résultat System.Windows.Forms.ColumnHeader

colValidado public_oe property

public ColumnHeader,System.Windows.Forms colValidado
Résultat System.Windows.Forms.ColumnHeader

lblFiltroDesignacao public_oe property

public Label,System.Windows.Forms lblFiltroDesignacao
Résultat System.Windows.Forms.Label

lblNoticiaAut public_oe property

public Label,System.Windows.Forms lblNoticiaAut
Résultat System.Windows.Forms.Label

txtFiltroDesignacao public_oe property

public TextBox,System.Windows.Forms txtFiltroDesignacao
Résultat System.Windows.Forms.TextBox