C# Class MyController, code

ファイルを表示 Open project: shendongnian/code Class Usage Examples

Protected Properties

Property Type Description
commands IAttributeCommand[]

Public Methods

Method Description
MyAction ( ) : ActionResult
MyConstructor ( Apilog apilog ) : NLog
MyController ( Array commands )
MyController ( IMyServiceContainer container )
TodoItemsController ( Home5Context context )

Protected Methods

Method Description
DoActions ( Array types ) : void

Private Methods

Method Description
Create ( ) : Task

Method Details

DoActions() protected method

protected DoActions ( Array types ) : void
types Array
return void

MyAction() public method

public MyAction ( ) : ActionResult
return ActionResult

MyConstructor() public method

public MyConstructor ( Apilog apilog ) : NLog
apilog Apilog
return NLog

MyController() public method

public MyController ( Array commands )
commands Array

MyController() public method

public MyController ( IMyServiceContainer container )
container IMyServiceContainer

TodoItemsController() public method

public TodoItemsController ( Home5Context context )
context Home5Context

Property Details

commands protected_oe property

protected IAttributeCommand[] commands
return IAttributeCommand[]