Overload | Description |
---|---|
CustomProperty Constructor(String,String,Formatting) | Initializes a new instance of the CustomProperty class for a string value. |
CustomProperty Constructor(String,Int32,Formatting) | Initializes a new instance of the CustomProperty class for an integer value. |
CustomProperty Constructor(String,Double,Formatting) | Initializes a new instance of the CustomProperty class for a double value. |
CustomProperty Constructor(String,DateTime,Formatting) | Initializes a new instance of the CustomProperty class for a date time value. |
CustomProperty Constructor(String,Boolean,Formatting) | Initializes a new instance of the CustomProperty class for a boolean value. |