C# 클래스 MyController, code

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

보호된 프로퍼티들

프로퍼티 타입 설명
commands IAttributeCommand[]

공개 메소드들

메소드 설명
MyAction ( ) : ActionResult
MyConstructor ( Apilog apilog ) : NLog
MyController ( Array commands )
MyController ( IMyServiceContainer container )
TodoItemsController ( Home5Context context )

보호된 메소드들

메소드 설명
DoActions ( Array types ) : void

비공개 메소드들

메소드 설명
Create ( ) : Task

메소드 상세

DoActions() 보호된 메소드

protected DoActions ( Array types ) : void
types Array
리턴 void

MyAction() 공개 메소드

public MyAction ( ) : ActionResult
리턴 ActionResult

MyConstructor() 공개 메소드

public MyConstructor ( Apilog apilog ) : NLog
apilog Apilog
리턴 NLog

MyController() 공개 메소드

public MyController ( Array commands )
commands Array

MyController() 공개 메소드

public MyController ( IMyServiceContainer container )
container IMyServiceContainer

TodoItemsController() 공개 메소드

public TodoItemsController ( Home5Context context )
context Home5Context

프로퍼티 상세

commands 보호되어 있는 프로퍼티

protected IAttributeCommand[] commands
리턴 IAttributeCommand[]