Constructors
constructor
-
Parameters
Properties
Private _value
_value: any
Methods
copyAsJsonObject
- copyAsJsonObject(): object
-
Returns object
copyAsJsonString
- copyAsJsonString(): string
-
Returns string
getPropertyValue
- getPropertyValue(propertyName: string): any
-
Parameters
Returns any
internalValue
-
Returns any
setPropertyValue
- setPropertyValue(propertyName: string, value: any): boolean
-
Parameters
-
propertyName: string
-
value: any
Returns boolean
Static getPropertyValue
- getPropertyValue(record: object, propertyName: string): any
-
Parameters
-
record: object
-
propertyName: string
Returns any
Static setPropertyValue
- setPropertyValue(record: object, propertyName: string, value: any): boolean
-
Parameters
-
record: object
-
propertyName: string
-
value: any
Returns boolean