C# 클래스 MonoTests.System.Web.UI.WebControls.PokerGridView

상속: System.Web.UI.WebControls.GridView
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
controlHierarchy bool
dataPropertyChanged bool
ifPagerInitilized bool
pagePreLoad bool

공개 메소드들

메소드 설명
DoCreateAutoGeneratedColumn ( System.Web.UI.WebControls.AutoGeneratedFieldProperties fieldProperties ) : System.Web.UI.WebControls.AutoGeneratedField
DoCreateChildControls ( IEnumerable dataSource, bool dataBinding ) : int
DoCreateChildTable ( ) : System.Web.UI.WebControls.Table
DoCreateColumns ( System.Web.UI.WebControls.PagedDataSource dataSource, bool useDataSource ) : ICollection
DoCreateControlStyle ( ) : System.Web.UI.WebControls.Style
DoCreateDataSourceSelectArguments ( ) : System.Web.UI.DataSourceSelectArguments
DoGetData ( ) : System.Web.UI.DataSourceView
DoLoadControlState ( object savedState ) : void
DoOnBubbleEvent ( object source, EventArgs e ) : bool
DoOnDataBinding ( EventArgs e ) : void
DoOnDataBound ( EventArgs e ) : void
DoOnDataSourceViewChanged ( object sender, EventArgs e ) : void
DoOnInit ( EventArgs e ) : void
DoOnLoad ( EventArgs e ) : void
DoOnPageIndexChanged ( EventArgs e ) : void
DoOnPageIndexChanging ( System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
DoOnPreRender ( EventArgs e ) : void
DoOnRowCancelingEdit ( System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
DoOnRowCommand ( System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
DoOnRowCreated ( System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
DoOnRowDataBound ( System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
DoOnRowDeleted ( System.Web.UI.WebControls.GridViewDeletedEventArgs e ) : void
DoOnRowDeleting ( System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
DoOnRowEditing ( System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
DoOnRowUpdated ( System.Web.UI.WebControls.GridViewUpdatedEventArgs e ) : void
DoOnRowUpdating ( System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
DoOnSelectedIndexChanged ( EventArgs e ) : void
DoOnSelectedIndexChanging ( System.Web.UI.WebControls.GridViewSelectEventArgs e ) : void
DoOnSorted ( EventArgs e ) : void
DoOnSorting ( System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
DoOnUnload ( EventArgs e ) : void
DoPerformDataBinding ( IEnumerable data ) : void
DoSaveControlState ( ) : object
GetRequiresDataBinding ( ) : bool
LoadState ( object o ) : void
PokerGridView ( ) : NUnit.Framework
Render ( ) : string
SaveState ( ) : object
SetRequiresDataBinding ( bool value ) : void
doCreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState ) : System.Web.UI.WebControls.GridViewRow
doGetCallbackResult ( ) : string
doGetCallbackScript ( IButtonControl buttonControl, string argument ) : string

보호된 메소드들

메소드 설명
InitializePager ( System.Web.UI.WebControls.GridViewRow row, int columnSpan, System.Web.UI.WebControls.PagedDataSource pagedDataSource ) : void
InitializeRow ( System.Web.UI.WebControls.GridViewRow row, System.Web.UI.WebControls.DataControlField fields ) : void
OnDataPropertyChanged ( ) : void
OnPagePreLoad ( object sender, EventArgs e ) : void
PrepareControlHierarchy ( ) : void

메소드 상세

DoCreateAutoGeneratedColumn() 공개 메소드

public DoCreateAutoGeneratedColumn ( System.Web.UI.WebControls.AutoGeneratedFieldProperties fieldProperties ) : System.Web.UI.WebControls.AutoGeneratedField
fieldProperties System.Web.UI.WebControls.AutoGeneratedFieldProperties
리턴 System.Web.UI.WebControls.AutoGeneratedField

DoCreateChildControls() 공개 메소드

public DoCreateChildControls ( IEnumerable dataSource, bool dataBinding ) : int
dataSource IEnumerable
dataBinding bool
리턴 int

DoCreateChildTable() 공개 메소드

public DoCreateChildTable ( ) : System.Web.UI.WebControls.Table
리턴 System.Web.UI.WebControls.Table

DoCreateColumns() 공개 메소드

public DoCreateColumns ( System.Web.UI.WebControls.PagedDataSource dataSource, bool useDataSource ) : ICollection
dataSource System.Web.UI.WebControls.PagedDataSource
useDataSource bool
리턴 ICollection

DoCreateControlStyle() 공개 메소드

public DoCreateControlStyle ( ) : System.Web.UI.WebControls.Style
리턴 System.Web.UI.WebControls.Style

DoCreateDataSourceSelectArguments() 공개 메소드

public DoCreateDataSourceSelectArguments ( ) : System.Web.UI.DataSourceSelectArguments
리턴 System.Web.UI.DataSourceSelectArguments

DoGetData() 공개 메소드

public DoGetData ( ) : System.Web.UI.DataSourceView
리턴 System.Web.UI.DataSourceView

DoLoadControlState() 공개 메소드

public DoLoadControlState ( object savedState ) : void
savedState object
리턴 void

DoOnBubbleEvent() 공개 메소드

public DoOnBubbleEvent ( object source, EventArgs e ) : bool
source object
e System.EventArgs
리턴 bool

DoOnDataBinding() 공개 메소드

public DoOnDataBinding ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnDataBound() 공개 메소드

public DoOnDataBound ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnDataSourceViewChanged() 공개 메소드

public DoOnDataSourceViewChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

DoOnInit() 공개 메소드

public DoOnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnLoad() 공개 메소드

public DoOnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnPageIndexChanged() 공개 메소드

public DoOnPageIndexChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnPageIndexChanging() 공개 메소드

public DoOnPageIndexChanging ( System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
e System.Web.UI.WebControls.GridViewPageEventArgs
리턴 void

DoOnPreRender() 공개 메소드

public DoOnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnRowCancelingEdit() 공개 메소드

public DoOnRowCancelingEdit ( System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
e System.Web.UI.WebControls.GridViewCancelEditEventArgs
리턴 void

DoOnRowCommand() 공개 메소드

public DoOnRowCommand ( System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
e System.Web.UI.WebControls.GridViewCommandEventArgs
리턴 void

DoOnRowCreated() 공개 메소드

public DoOnRowCreated ( System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

DoOnRowDataBound() 공개 메소드

public DoOnRowDataBound ( System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

DoOnRowDeleted() 공개 메소드

public DoOnRowDeleted ( System.Web.UI.WebControls.GridViewDeletedEventArgs e ) : void
e System.Web.UI.WebControls.GridViewDeletedEventArgs
리턴 void

DoOnRowDeleting() 공개 메소드

public DoOnRowDeleting ( System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
e System.Web.UI.WebControls.GridViewDeleteEventArgs
리턴 void

DoOnRowEditing() 공개 메소드

public DoOnRowEditing ( System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
e System.Web.UI.WebControls.GridViewEditEventArgs
리턴 void

DoOnRowUpdated() 공개 메소드

public DoOnRowUpdated ( System.Web.UI.WebControls.GridViewUpdatedEventArgs e ) : void
e System.Web.UI.WebControls.GridViewUpdatedEventArgs
리턴 void

DoOnRowUpdating() 공개 메소드

public DoOnRowUpdating ( System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
e System.Web.UI.WebControls.GridViewUpdateEventArgs
리턴 void

DoOnSelectedIndexChanged() 공개 메소드

public DoOnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnSelectedIndexChanging() 공개 메소드

public DoOnSelectedIndexChanging ( System.Web.UI.WebControls.GridViewSelectEventArgs e ) : void
e System.Web.UI.WebControls.GridViewSelectEventArgs
리턴 void

DoOnSorted() 공개 메소드

public DoOnSorted ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoOnSorting() 공개 메소드

public DoOnSorting ( System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
e System.Web.UI.WebControls.GridViewSortEventArgs
리턴 void

DoOnUnload() 공개 메소드

public DoOnUnload ( EventArgs e ) : void
e System.EventArgs
리턴 void

DoPerformDataBinding() 공개 메소드

public DoPerformDataBinding ( IEnumerable data ) : void
data IEnumerable
리턴 void

DoSaveControlState() 공개 메소드

public DoSaveControlState ( ) : object
리턴 object

GetRequiresDataBinding() 공개 메소드

public GetRequiresDataBinding ( ) : bool
리턴 bool

InitializePager() 보호된 메소드

protected InitializePager ( System.Web.UI.WebControls.GridViewRow row, int columnSpan, System.Web.UI.WebControls.PagedDataSource pagedDataSource ) : void
row System.Web.UI.WebControls.GridViewRow
columnSpan int
pagedDataSource System.Web.UI.WebControls.PagedDataSource
리턴 void

InitializeRow() 보호된 메소드

protected InitializeRow ( System.Web.UI.WebControls.GridViewRow row, System.Web.UI.WebControls.DataControlField fields ) : void
row System.Web.UI.WebControls.GridViewRow
fields System.Web.UI.WebControls.DataControlField
리턴 void

LoadState() 공개 메소드

public LoadState ( object o ) : void
o object
리턴 void

OnDataPropertyChanged() 보호된 메소드

protected OnDataPropertyChanged ( ) : void
리턴 void

OnPagePreLoad() 보호된 메소드

protected OnPagePreLoad ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PokerGridView() 공개 메소드

public PokerGridView ( ) : NUnit.Framework
리턴 NUnit.Framework

PrepareControlHierarchy() 보호된 메소드

protected PrepareControlHierarchy ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : string
리턴 string

SaveState() 공개 메소드

public SaveState ( ) : object
리턴 object

SetRequiresDataBinding() 공개 메소드

public SetRequiresDataBinding ( bool value ) : void
value bool
리턴 void

doCreateRow() 공개 메소드

public doCreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState ) : System.Web.UI.WebControls.GridViewRow
rowIndex int
dataSourceIndex int
rowType DataControlRowType
rowState DataControlRowState
리턴 System.Web.UI.WebControls.GridViewRow

doGetCallbackResult() 공개 메소드

public doGetCallbackResult ( ) : string
리턴 string

doGetCallbackScript() 공개 메소드

public doGetCallbackScript ( IButtonControl buttonControl, string argument ) : string
buttonControl IButtonControl
argument string
리턴 string

프로퍼티 상세

controlHierarchy 공개적으로 프로퍼티

public bool controlHierarchy
리턴 bool

dataPropertyChanged 공개적으로 프로퍼티

public bool dataPropertyChanged
리턴 bool

ifPagerInitilized 공개적으로 프로퍼티

public bool ifPagerInitilized
리턴 bool

pagePreLoad 공개적으로 프로퍼티

public bool pagePreLoad
리턴 bool