Property | Type | Description |
---|
Method | Description | |
---|---|---|
Get ( JsDictionaryObject that ) : |
||
LinkedDescriptor ( JsDictionaryObject owner, string name, |
Constructs new descriptor
|
|
Set ( JsDictionaryObject that, |
public Get ( JsDictionaryObject that ) : |
||
that | JsDictionaryObject | |
return |
public LinkedDescriptor ( JsDictionaryObject owner, string name, |
||
owner | JsDictionaryObject | An owner of the new descriptor |
name | string | A name of the new descriptor |
source | A property descriptor of the target object to which we should link to | |
that | JsDictionaryObject | A target object to whose property we are linking. This parameter will be /// used in the calls to a 'Get' and 'Set' properties of the source descriptor. |
return | System |
public Set ( JsDictionaryObject that, |
||
that | JsDictionaryObject | |
value | ||
return | void |