Search
SchedulingItemList Members
Constructors Methods
 


A strongly-typed list of Item objects.

The following tables list the members exposed by the SchedulingItemList type.

 Public Constructors

  Name Description

SchedulingItemList

Overloaded.  

 Public Methods

  Name Description

add

Overloaded.   (Inherited from BaseList.)

addBaseListListener

Adds a BaseListListener to the list. (Inherited from BaseList.)

clear

Removes all elements from the list. (Inherited from BaseList.)

clone

 

first

Gets the first element of this list. (Inherited from BaseList.)

get

Returns the element at the specified position in the list. (Inherited from BaseList.)

last

Gets the last element of this list. (Inherited from BaseList.)

readExternal

  (Inherited from BaseList.)

remove

Overloaded.   (Inherited from BaseList.)

removeBaseListListener

Removes the specified BaseListListener from the list. (Inherited from BaseList.)

set

Replaces the element at the specified position in this list with the specified element. (Inherited from BaseList.)

size

Returns the number of elements in the list. (Inherited from BaseList.)

writeExternal

  (Inherited from BaseList.)

 See Also