C# Class Isop.Domain.Controller

显示文件 Open project: wallymathieu/isop Class Usage Examples

Public Methods

Method Description
Controller ( Type type, bool ignoreGlobalUnMatchedParameters ) : System
Equals ( Controller obj ) : bool
Equals ( object obj ) : bool
GetControllerActionMethods ( ) : IEnumerable
GetHashCode ( ) : int
GetMethod ( string name ) : Method
IsHelp ( ) : bool
Recognize ( string controllerName ) : bool
Recognize ( string controllerName, string actionName ) : bool
ToString ( ) : string

Private Methods

Method Description
ControllerName ( Type type ) : string
GetControllerActionMethods ( Type type ) : IEnumerable
GetOwnPublicMethods ( Type type ) : IEnumerable

Method Details

Controller() public method

public Controller ( Type type, bool ignoreGlobalUnMatchedParameters ) : System
type System.Type
ignoreGlobalUnMatchedParameters bool
return System

Equals() public method

public Equals ( Controller obj ) : bool
obj Controller
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetControllerActionMethods() public method

public GetControllerActionMethods ( ) : IEnumerable
return IEnumerable

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMethod() public method

public GetMethod ( string name ) : Method
name string
return Method

IsHelp() public method

public IsHelp ( ) : bool
return bool

Recognize() public method

public Recognize ( string controllerName ) : bool
controllerName string
return bool

Recognize() public method

public Recognize ( string controllerName, string actionName ) : bool
controllerName string
actionName string
return bool

ToString() public method

public ToString ( ) : string
return string