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