C# Class wenku8.Model.Section.ReviewsSection

Inheritance: Net.Astropenguin.DataModel.ActiveData
Datei anzeigen Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string

Public Methods

Method Description
CC_Cancel ( ) : void
CC_Submit ( ) : void
CC_WriteReview ( ) : void
ControlAction ( PaneNavButton Control ) : void
Load ( ) : System.Threading.Tasks.Task
OpenReview ( Review R ) : System.Threading.Tasks.Task
ReviewsSection ( BookItem b ) : System

Private Methods

Method Description
CC_CloseReview ( ) : void
CC_Reload ( ) : void
GetReviews ( string xml, int &PageCount ) : Review[]
PostFailed ( string arg1, string arg2, Exception ex ) : void
PostSuccess ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
SetControls ( ) : void

Method Details

CC_Cancel() public method

public CC_Cancel ( ) : void
return void

CC_Submit() public method

public CC_Submit ( ) : void
return void

CC_WriteReview() public method

public CC_WriteReview ( ) : void
return void

ControlAction() public method

public ControlAction ( PaneNavButton Control ) : void
Control PaneNavButton
return void

Load() public method

public Load ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OpenReview() public method

public OpenReview ( Review R ) : System.Threading.Tasks.Task
R Review
return System.Threading.Tasks.Task

ReviewsSection() public method

public ReviewsSection ( BookItem b ) : System
b BookItem
return System

Property Details

ID public_oe static_oe property

public static string ID
return string