Constructors
constructor
- new ObjectRef(_objectId: string, _description: string): ObjectRef
-
Parameters
-
_objectId: string
-
_description: string
Properties
Private _description
_description: string
Private _objectId
_objectId: string
Accessors
description
- get description(): string
-
Returns string
objectId
-
Returns string
Methods
toString
-
Returns string
Static fromFormattedValue
-
Parameters