Name | Description | |
---|---|---|
CreateActionProp(NullableInt32) |
Creates IAction property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no ActionType is found that match the passed value.
Assign the value returned by this method to Action property.
| |
CreateActionProp(String) | ||
CreateActionProp(ActionType) |
Creates IAction property from ActionType value. Returns null if value parameter is null.
Assign the value returned by this method to Action property.
|