AssignedStories
A collection of assigned stories.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
AssignedStory [] (index:Number)
Returns the AssignedStory with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
AssignedStory anyItem ()
Returns any AssignedStory in the collection.
Number count ()
Displays the number of elements in the AssignedStory.
AssignedStory everyItem ()
Returns every AssignedStory in the collection.
AssignedStory firstItem ()
Returns the first AssignedStory in the collection.
AssignedStory item (index:Varies LongInteger String)
Returns the AssignedStory with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
AssignedStory itemByID (id:Number)
Returns the AssignedStory with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
AssignedStory itemByName (name:String)
Returns the AssignedStory with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
AssignedStory itemByRange (from:Varies AssignedStory LongInteger String, to:Varies AssignedStory LongInteger String)
Returns the AssignedStories within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The AssignedStory, index, or name at the beginning of the range. Can accept: AssignedStory, Long Integer or String. |
to |
LongInteger |
The AssignedStory, index, or name at the end of the range. Can accept: AssignedStory, Long Integer or String. |
AssignedStory lastItem ()
Returns the last AssignedStory in the collection.
AssignedStory middleItem ()
Returns the middle AssignedStory in the collection.
AssignedStory nextItem (obj:AssignedStory)
Returns the AssignedStory whose index follows the specified AssignedStory in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The AssignedStory whose index comes before the desired AssignedStory. |
AssignedStory previousItem (obj:AssignedStory)
Returns the AssignedStory with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the AssignedStory that follows the desired AssignedStory. |
String toSource ()
Generates a string which, if executed, will return the AssignedStory.
Object of
Assignment.assignedStories