C# Class wenku8.Settings.Layout.BookInfoView

Mostrar archivo Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Private Properties

Property Type Description
OnReorder void

Public Methods

Method Description
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

Private Methods

Method Description
OnReorder ( ListViewBase sender, DragItemsCompletedEventArgs args ) : void

Method Details

BookInfoView() public method

public BookInfoView ( ) : System
return System

BookInfoView() public method

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

GetBgContext() public method

public GetBgContext ( string Section ) : BgContext
Section string
return BgContext

GetViewOrders() public method

public GetViewOrders ( ) : List
return List

InitParams() public method

public InitParams ( ) : void
return void

Insert() public method

public Insert ( string Name ) : void
Name string
return void

Remove() public method

public Remove ( string Name ) : void
Name string
return void

SetOrder() public method

public SetOrder ( ) : void
return void

Toggle() public method

public Toggle ( string Name ) : bool
Name string
return bool

Property Details

ID public_oe static_oe property

public static string ID
return string