SetPropertyFormatter Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class SetPropertyFormatter : PropertyFormatterBase
The SetPropertyFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | SetPropertyFormatter | |
![]() | SetPropertyFormatter(SetProperty) |
Name | Description | |
---|---|---|
![]() | ForInputField |
Angiver om den formatterede værdi skal anvendes i et input felt.
(Inherited from PropertyFormatterBase.) |
![]() | NullValue |
Denne værdi returneres hvis værdien, der skal formatteres, er null.
(Inherited from PropertyFormatterBase.) |
Name | Description | |
---|---|---|
![]() | FormatValue(Object) | (Overrides PropertyFormatterBaseFormatValue(Object).) |
![]() | FormatValue(DataObjectVersionProperty) | (Inherited from PropertyFormatterBase.) |
![]() ![]() | FormatValue(SetPropertyValues) | |
![]() ![]() | FormatValue(Object, SetPropertyFormatter) | |
![]() ![]() | FormatValue(Object, SetPropertyFormatter, IFormatProvider) | |
![]() ![]() | FormatValue(Object, String, IFormatProvider) |
Formats a value to a string using the property's settings.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |