C# 클래스 GISA.Controls.ControloAut.ControloAutList

상속: MiddleClass:PaginatedListView
파일 보기 프로젝트 열기: ParadigmaXis/gisa 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
InitializeComponent void
IsSelectedInCbNoticiaAut bool

공개 메소드들

메소드 설명
AddNivel ( GISADataset cadRow ) : void
AllowedNoticiaAut ( ) : void
ClearFiltro ( ) : void
ConfigureDiplomaModelo ( ) : void
ControloAutList ( ) : System
SelectItem ( GISADataset cadRow ) : void
UpdateEditedItems ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
IsSelectedInCbNoticiaAut ( long IDTipoNoticiaAut ) : bool

메소드 상세

AddItemsToList() 보호된 메소드

protected AddItemsToList ( ) : void
리턴 void

AddNivel() 공개 메소드

public AddNivel ( GISADataset cadRow ) : void
cadRow GISADataset
리턴 void

AllowedNoticiaAut() 공개 메소드

public AllowedNoticiaAut ( ) : void
리턴 void

CalculateOrderedItems() 보호된 메소드

protected CalculateOrderedItems ( IDbConnection connection ) : void
connection IDbConnection
리턴 void

ClearFiltro() 공개 메소드

public ClearFiltro ( ) : void
리턴 void

ConfigureDiplomaModelo() 공개 메소드

public ConfigureDiplomaModelo ( ) : void
리턴 void

ControloAutList() 공개 메소드

public ControloAutList ( ) : System
리턴 System

DeleteTemporaryResults() 보호된 메소드

protected DeleteTemporaryResults ( IDbConnection connection ) : void
connection IDbConnection
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetItems() 보호된 메소드

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

GetPageForItemTag() 보호된 메소드

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

SelectItem() 공개 메소드

public SelectItem ( GISADataset cadRow ) : void
cadRow GISADataset
리턴 void

UpdateEditedItems() 공개 메소드

public UpdateEditedItems ( ) : void
리턴 void

프로퍼티 상세

ToolTip 공개적으로 프로퍼티

public ToolTip,System.Windows.Forms ToolTip
리턴 System.Windows.Forms.ToolTip

cbNoticiaAut 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbNoticiaAut
리턴 System.Windows.Forms.ComboBox

chkValidado 공개적으로 프로퍼티

public CheckBox,System.Windows.Forms chkValidado
리턴 System.Windows.Forms.CheckBox

colCompleto 공개적으로 프로퍼티

public ColumnHeader,System.Windows.Forms colCompleto
리턴 System.Windows.Forms.ColumnHeader

colDatasExistencia 공개적으로 프로퍼티

public ColumnHeader,System.Windows.Forms colDatasExistencia
리턴 System.Windows.Forms.ColumnHeader

colDesignacao 공개적으로 프로퍼티

public ColumnHeader,System.Windows.Forms colDesignacao
리턴 System.Windows.Forms.ColumnHeader

colNoticiaAut 공개적으로 프로퍼티

public ColumnHeader,System.Windows.Forms colNoticiaAut
리턴 System.Windows.Forms.ColumnHeader

colValidado 공개적으로 프로퍼티

public ColumnHeader,System.Windows.Forms colValidado
리턴 System.Windows.Forms.ColumnHeader

lblFiltroDesignacao 공개적으로 프로퍼티

public Label,System.Windows.Forms lblFiltroDesignacao
리턴 System.Windows.Forms.Label

lblNoticiaAut 공개적으로 프로퍼티

public Label,System.Windows.Forms lblNoticiaAut
리턴 System.Windows.Forms.Label

txtFiltroDesignacao 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtFiltroDesignacao
리턴 System.Windows.Forms.TextBox