SnCore!

AtomPersonConstructCollection Class Reference

A strongly typed collection of AtomPersonConstruct objects.
See also:
AtomPersonConstruct

. More...

List of all members.


Public Member Functions

int Add (AtomPersonConstruct contributor)
 Adds an object to the end of the AtomPersonConstructCollection.
bool Contains (AtomPersonConstruct contributor)
 Determines whether the AtomPersonConstructCollection contains a specific element.
void CopyTo (AtomPersonConstructCollection[] array, int index)
 Copies the entire AtomPersonConstructCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
int IndexOf (AtomPersonConstruct contributor)
 Searches for the specified AtomPersonConstruct and returns the zero-based index of the first occurrence within the entire AtomPersonConstructCollection.
void Insert (int index, AtomPersonConstruct contributor)
 Inserts a AtomPersonConstruct into this collection at the specified index.
void Remove (AtomPersonConstruct contributor)
 Removes the first occurrence of a specific AtomPersonConstruct from the AtomPersonConstructCollection.

Properties

AtomPersonConstruct this [int index] [get, set]
 Gets or sets the element at the specified index.

Detailed Description

A strongly typed collection of AtomPersonConstruct objects.
See also:
AtomPersonConstruct

.


Member Function Documentation

int Add ( AtomPersonConstruct  contributor  ) 

Adds an object to the end of the AtomPersonConstructCollection.

Parameters:
contributor The AtomPersonConstruct to be added to the end of the AtomPersonConstructCollection.
Returns:
The AtomPersonConstructCollection index at which the value has been added.

bool Contains ( AtomPersonConstruct  contributor  ) 

Determines whether the AtomPersonConstructCollection contains a specific element.

Parameters:
contributor The AtomPersonConstruct to locate in the AtomPersonConstructCollection.
Returns:
true if the AtomPersonConstructCollection contains the specified item, otherwise false.

void CopyTo ( AtomPersonConstructCollection[]  array,
int  index 
)

Copies the entire AtomPersonConstructCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

Parameters:
array The one-dimensional Array that is the destination of the elements copied from AtomPersonConstructCollection. The Array must have zero-based indexing.
index The zero-based index in array at which copying begins.

int IndexOf ( AtomPersonConstruct  contributor  ) 

Searches for the specified AtomPersonConstruct and returns the zero-based index of the first occurrence within the entire AtomPersonConstructCollection.

Parameters:
contributor The AtomPersonConstruct to locate in the AtomPersonConstructCollection.
Returns:
The zero-based index of the first occurrence of contributor within the entire AtomPersonConstructCollection, if found; otherwise, -1.

void Insert ( int  index,
AtomPersonConstruct  contributor 
)

Inserts a AtomPersonConstruct into this collection at the specified index.

Parameters:
index The zero-based index of the collection at which contributor should be inserted.
contributor The AtomPersonConstruct to insert into this collection.

void Remove ( AtomPersonConstruct  contributor  ) 

Removes the first occurrence of a specific AtomPersonConstruct from the AtomPersonConstructCollection.

Parameters:
contributor The AtomPersonConstruct to remove from the AtomPersonConstructCollection.


Property Documentation

AtomPersonConstruct this[int index] [get, set]

Gets or sets the element at the specified index.

Parameters:
index The zero-based index of the element to get or set.


The documentation for this class was generated from the following file:
  • AtomPersonConstructCollection.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:25 2008 | Doxygen 1.5.4