C# 클래스 wenku8.Settings.Layout.BookInfoView

파일 보기 프로젝트 열기: tgckpg/wenku10

공개 프로퍼티들

프로퍼티 타입 설명
ID string

Private Properties

프로퍼티 타입 설명
OnReorder void

공개 메소드들

메소드 설명
BookInfoView ( ) : System
BookInfoView ( ListView DisplayList ) : System
GetBgContext ( string Section ) : BgContext
GetViewOrders ( ) : List
InitParams ( ) : void
Insert ( string Name ) : void
Remove ( string Name ) : void
SetOrder ( ) : void
Toggle ( string Name ) : bool

비공개 메소드들

메소드 설명
OnReorder ( ListViewBase sender, DragItemsCompletedEventArgs args ) : void

메소드 상세

BookInfoView() 공개 메소드

public BookInfoView ( ) : System
리턴 System

BookInfoView() 공개 메소드

public BookInfoView ( ListView DisplayList ) : System
DisplayList Windows.UI.Xaml.Controls.ListView
리턴 System

GetBgContext() 공개 메소드

public GetBgContext ( string Section ) : BgContext
Section string
리턴 BgContext

GetViewOrders() 공개 메소드

public GetViewOrders ( ) : List
리턴 List

InitParams() 공개 메소드

public InitParams ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( string Name ) : void
Name string
리턴 void

Remove() 공개 메소드

public Remove ( string Name ) : void
Name string
리턴 void

SetOrder() 공개 메소드

public SetOrder ( ) : void
리턴 void

Toggle() 공개 메소드

public Toggle ( string Name ) : bool
Name string
리턴 bool

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static string ID
리턴 string