C# 클래스 FooBar, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
DoSomething ( ) : void
FetchItems ( int parentItemId ) : List
FooBar ( )
InvokeOnWorkCompleted ( string s ) : void
IsAttached ( string methodName ) : bool

비공개 메소드들

메소드 설명
FetchSingleItem ( int itemId ) : void
ReceiveResponseCallback ( IAsyncResult result ) : void

메소드 상세

DoSomething() 공개 메소드

public DoSomething ( ) : void
리턴 void

FetchItems() 공개 메소드

public FetchItems ( int parentItemId ) : List
parentItemId int
리턴 List

FooBar() 공개 메소드

public FooBar ( )

InvokeOnWorkCompleted() 공개 메소드

public InvokeOnWorkCompleted ( string s ) : void
s string
리턴 void

IsAttached() 공개 메소드

public IsAttached ( string methodName ) : bool
methodName string
리턴 bool