Constable Authorization Engine 2.0 BETA

PropertyCollection Methods

The methods of the PropertyCollection class are listed below. For a complete list of PropertyCollection class members, see the PropertyCollection Members topic.

Public Instance Methods

Add Adds a property to the end of the collection.
AddNew Creates a new Property and adds it to the collection.
Clear (inherited from CollectionBase) Removes all objects from the CollectionBase instance.
Contains (inherited from NamedObjectCollectionBase) Determines whether the object is in the collection.
ContainsId (inherited from NamedObjectCollectionBase) Determines whether the collection contains an object with the given Id.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase) Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOfOverloaded. Gets the index of the specified property in the collection.
IndexOf (inherited from NamedObjectCollectionBase)Overloaded. Returns an index of the in the collection.
IndexOfId (inherited from NamedObjectCollectionBase) Returns an index of the object with the given .
Insert Inserts a property into the collection.
LookupItemById (inherited from NamedObjectCollectionBase)Overloaded. Searches the collections and returns an object with the given Id.
LookupItemByIndex (inherited from NamedObjectCollectionBase) Retrieves the object at the given index in the collection.
Remove Removes a property from the collection.
RemoveAt (inherited from NamedObjectCollectionBase)Overloaded. Removes the object with the given Id from the collection.
RemoveAt (inherited from CollectionBase)Overloaded. Removes the element at the specified index of the CollectionBase instance.
ToIdArray (inherited from NamedObjectCollectionBase) Returns an array of Strings with elements set to the Id property values.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
LookupItemById (inherited from NamedObjectCollectionBase)Overloaded. Searches the collections and returns an object with the given Id.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnClear (inherited from ObjectCollectionBase) Dispatches an appropriate 'changing' event and calls the base class.
OnClearComplete (inherited from ObjectCollectionBase) Calls the base class and dispatches the appropriate 'changed' event.
OnCollectionChanged (inherited from ObjectCollectionBase) Called after the collection has been changed.
OnCollectionChanging (inherited from ObjectCollectionBase) Called when the collection is about to be changed.
OnInsert (inherited from ObjectCollectionBase) Dispatches an appropriate 'changing' event and calls the base class.
OnInsertComplete (inherited from ObjectCollectionBase) Calls the base class and dispatches the appropriate 'changed' event.
OnRemove (inherited from ObjectCollectionBase) Dispatches an appropriate 'changing' event and calls the base class.
OnRemoveComplete (inherited from ObjectCollectionBase) Calls the base class and dispatches the appropriate 'changed' event.
OnSet (inherited from ChangeableCollectionBase) Calls the OnSet method implementation of the associated Updater object.
OnSetComplete (inherited from ChangeableCollectionBase) Calls the OnSetComplete method implementation of the associated Updater object.
OnValidate (inherited from ChangeableCollectionBase) Calls the OnValidate method implementation of the associated Updater object.
PropagateChangedEvent (inherited from ObjectCollectionBase) Propagates the changed event.
PropagateChangingEvent (inherited from ObjectCollectionBase) Propagates the changing event.

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace