AssignedStories

A collection of assigned stories.

Methods

AssignedStoryanyItem ()
Returns any AssignedStory in the collection.

number count ()
Displays the number of elements in the AssignedStory.

Array of AssignedStoryeveryItem ()
Returns every AssignedStory in the collection.

AssignedStoryfirstItem ()
Returns the first AssignedStory in the collection.

AssignedStoryitem (index:
any)
Returns the AssignedStory with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

AssignedStoryitemByID (id:
number)
Returns the AssignedStory with the specified ID.

Parameter Type Description
id number The ID.

AssignedStoryitemByName (name:
string)
Returns the AssignedStory with the specified name.

Parameter Type Description
name string The name.

Array of AssignedStoryitemByRange (from:
any, to:
any)
Returns the AssignedStories within the specified range.

Parameter Type Description
from AssignedStory
Long Integer
String
The AssignedStory, index, or name at the beginning of the range. Can accept: AssignedStory, Long Integer or String.
to AssignedStory
Long Integer
String
The AssignedStory, index, or name at the end of the range. Can accept: AssignedStory, Long Integer or String.

AssignedStorylastItem ()
Returns the last AssignedStory in the collection.

AssignedStorymiddleItem ()
Returns the middle AssignedStory in the collection.

AssignedStorynextItem (obj:
AssignedStory)
Returns the AssignedStory whose index follows the specified AssignedStory in the collection.

Parameter Type Description
obj AssignedStory The AssignedStory whose index comes before the desired AssignedStory.

AssignedStorypreviousItem (obj:
AssignedStory)
Returns the AssignedStory with the index previous to the specified index.

Parameter Type Description
obj AssignedStory The index of the AssignedStory that follows the desired AssignedStory.

string toSource ()
Generates a string which, if executed, will return the AssignedStory.

Element of:

Assignment.assignedStories

Leave a Comment

Previous post:

Next post: