Property | Type | Description | |
---|---|---|---|
ToFunction | SFunction |
Method | Description | |
---|---|---|
PrototypeMember ( string identifier, SObject data ) | ||
PrototypeMember ( string identifier, SObject data, bool isStatic, bool isReadOnly, bool isIndexerGet, bool isIndexerSet ) |
Method | Description | |
---|---|---|
ToFunction ( ) : SFunction |
Casts the Data to an SFunction.
|
public PrototypeMember ( string identifier, SObject data ) | ||
identifier | string | |
data | SObject |
public PrototypeMember ( string identifier, SObject data, bool isStatic, bool isReadOnly, bool isIndexerGet, bool isIndexerSet ) | ||
identifier | string | |
data | SObject | |
isStatic | bool | |
isReadOnly | bool | |
isIndexerGet | bool | |
isIndexerSet | bool |