Property | Type | Description | |
---|---|---|---|
BuildFlag | bool | ||
Name | string |
Method | Description | |
---|---|---|
FillRoleUntyped ( Action, action ) : RoleBase, |
Find a value to bind this role to for some particular action.
|
|
FillRoleWith ( object toFill, Action, action ) : RoleBase, |
Attempt to bind (fill) this role to a specific value for some action
|
public abstract FillRoleUntyped ( Action, action ) : RoleBase, | ||
action | Action, | The action being passed along to filter by /// the already filled items in the binding list |
return | RoleBase, |
public abstract FillRoleWith ( object toFill, Action, action ) : RoleBase, | ||
toFill | object | Value to bind it to |
action | Action, | The action being bound |
return | RoleBase, |