Runtime representation of a collection. Accessed via Entity.getCollection(collectionName).
|
||
Description: Returns a string of the Collection's name |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: The element identifier which uniquely identifies this Field within its RuleSession |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: Returns the number of elements in the Collection |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: Returns the Field's value |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Parameters: entity Type: Entity Optional value for the CollectionMember. If null, the CollectionMember that is added has no value. |
||
Description: Adds a new CollectionMember to the Collection and returns it |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Parameters: zeroBasedMemberIndex Type: Number The member index to return from the Collection |
||
Description: Returns a CollectionMember based on the index Note: Even though collections have one based indexes in the engine, access via the SDK is zero based. |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: This returns an AuthoringMetadata object for the Collection |
||
Code Sample: var session = inrule.createRuleSession(); |
Comments
0 comments
Please sign in to leave a comment.