Name | Description | |
---|---|---|
CreateClassProp(NullableInt32) |
Creates IClassification property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no ClassificationType is found that match the passed value.
Assign the value returned by this method to Class property.
| |
CreateClassProp(String) |
Creates IClassification property from string value. Returns null if value parameter is null.
Assign the value returned by this method to Class property.
| |
CreateClassProp(ClassificationType) |
Creates IClassification property from ClassificationType value. Returns null if value parameter is null.
Assign the value returned by this method to Class property.
|