C# Class GISA.Controls.ControloAut.ControloAutList

Inheritance: MiddleClass:PaginatedListView
ファイルを表示 Open project: ParadigmaXis/gisa Class Usage Examples

Public Properties

Property 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

Property Type Description
InitializeComponent void
IsSelectedInCbNoticiaAut bool

Public Methods

Method Description
AddNivel ( GISADataset cadRow ) : void
AllowedNoticiaAut ( ) : void
ClearFiltro ( ) : void
ConfigureDiplomaModelo ( ) : void
ControloAutList ( ) : System
SelectItem ( GISADataset cadRow ) : void
UpdateEditedItems ( ) : void

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void
IsSelectedInCbNoticiaAut ( long IDTipoNoticiaAut ) : bool

Method Details

AddItemsToList() protected method

protected AddItemsToList ( ) : void
return void

AddNivel() public method

public AddNivel ( GISADataset cadRow ) : void
cadRow GISADataset
return void

AllowedNoticiaAut() public method

public AllowedNoticiaAut ( ) : void
return void

CalculateOrderedItems() protected method

protected CalculateOrderedItems ( IDbConnection connection ) : void
connection IDbConnection
return void

ClearFiltro() public method

public ClearFiltro ( ) : void
return void

ConfigureDiplomaModelo() public method

public ConfigureDiplomaModelo ( ) : void
return void

ControloAutList() public method

public ControloAutList ( ) : System
return System

DeleteTemporaryResults() protected method

protected DeleteTemporaryResults ( IDbConnection connection ) : void
connection IDbConnection
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetItems() protected method

protected GetItems ( int pageNr, int itemsPerPage, IDbConnection connection ) : void
pageNr int
itemsPerPage int
connection IDbConnection
return void

GetPageForItemTag() protected method

protected GetPageForItemTag ( object itemTag, int pageNr, IDbConnection connection ) : int
itemTag object
pageNr int
connection IDbConnection
return int

SelectItem() public method

public SelectItem ( GISADataset cadRow ) : void
cadRow GISADataset
return void

UpdateEditedItems() public method

public UpdateEditedItems ( ) : void
return void

Property Details

ToolTip public_oe property

public ToolTip,System.Windows.Forms ToolTip
return System.Windows.Forms.ToolTip

cbNoticiaAut public_oe property

public ComboBox,System.Windows.Forms cbNoticiaAut
return System.Windows.Forms.ComboBox

chkValidado public_oe property

public CheckBox,System.Windows.Forms chkValidado
return System.Windows.Forms.CheckBox

colCompleto public_oe property

public ColumnHeader,System.Windows.Forms colCompleto
return System.Windows.Forms.ColumnHeader

colDatasExistencia public_oe property

public ColumnHeader,System.Windows.Forms colDatasExistencia
return System.Windows.Forms.ColumnHeader

colDesignacao public_oe property

public ColumnHeader,System.Windows.Forms colDesignacao
return System.Windows.Forms.ColumnHeader

colNoticiaAut public_oe property

public ColumnHeader,System.Windows.Forms colNoticiaAut
return System.Windows.Forms.ColumnHeader

colValidado public_oe property

public ColumnHeader,System.Windows.Forms colValidado
return System.Windows.Forms.ColumnHeader

lblFiltroDesignacao public_oe property

public Label,System.Windows.Forms lblFiltroDesignacao
return System.Windows.Forms.Label

lblNoticiaAut public_oe property

public Label,System.Windows.Forms lblNoticiaAut
return System.Windows.Forms.Label

txtFiltroDesignacao public_oe property

public TextBox,System.Windows.Forms txtFiltroDesignacao
return System.Windows.Forms.TextBox