C# Class FooBar, code

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DoSomething ( ) : void
FetchItems ( int parentItemId ) : List
FooBar ( )
InvokeOnWorkCompleted ( string s ) : void
IsAttached ( string methodName ) : bool

Private Methods

Method Description
FetchSingleItem ( int itemId ) : void
ReceiveResponseCallback ( IAsyncResult result ) : void

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

FetchItems() public method

public FetchItems ( int parentItemId ) : List
parentItemId int
return List

FooBar() public method

public FooBar ( )

InvokeOnWorkCompleted() public method

public InvokeOnWorkCompleted ( string s ) : void
s string
return void

IsAttached() public method

public IsAttached ( string methodName ) : bool
methodName string
return bool