PerspectiveAttributeCollection Methods
SQL Server 2008 R2
The PerspectiveAttributeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(String) | Creates and adds a PerspectiveAttribute, with the specified identifier, to the end of the collection. |
|
Add(ModelComponent) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Add(PerspectiveAttribute) | Adds a PerspectiveAttribute to the end of the collection. |
|
Add(String, IModelComponent) | (Inherited from ModelComponentCollection.) |
|
Add(ModelComponent, Boolean) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Add(String, IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) |
|
AddNew(String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
AddNew(String, String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
CanAdd | Infrastructure. (Inherited from ModelComponentCollection.) |
|
ChangeKey | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Clear | Removes all elements from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
Contains(String) | Indicates whether the collection contains a PerspectiveAttribute that has the specified identifier. |
|
Contains(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
Contains(PerspectiveAttribute) | Indicates whether the collection contains the specified PerspectiveAttribute. |
|
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Inherited from ModelComponentCollection.) |
|
EnsureLoaded | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
Find | Gets the PerspectiveAttribute that has the specified identifier from the collection. |
|
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
GetHashCode | (Inherited from Object.) |
|
GetItem | Gets a reference to the specified component. (Inherited from ModelComponentCollection.) |
|
GetType | (Inherited from Object.) |
|
IndexOf(String) | Gets the index of the PerspectiveAttribute that has the specified identifier. |
|
IndexOf(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
IndexOf(PerspectiveAttribute) | Gets the index of a specified PerspectiveAttribute. |
|
Insert(Int32, ModelComponent) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Insert(Int32, PerspectiveAttribute) | Inserts a PerspectiveAttribute into the collection at the specified index. |
|
Insert(Int32, String) | Creates and inserts a PerspectiveAttribute, with the specified identifier, into the collection at the specified index. |
|
Insert(IModelComponent, String, Int32) | (Inherited from ModelComponentCollection.) |
|
Insert(IModelComponent, String, Int32, Boolean) | (Inherited from ModelComponentCollection.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Move(Int32, Int32) | Moves the PerspectiveAttribute at the current specified index to a new specified index in the collection. |
|
Move(String, Int32) | Moves the PerspectiveAttribute that has the specified identifier to the specified index in the collection. |
|
Move(PerspectiveAttribute, Int32) | Moves a PerspectiveAttribute to a new index in the collection. |
|
Remove(String) | Removes the PerspectiveAttribute that has the specified identifier from the collection. |
|
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
Remove(PerspectiveAttribute) | Removes the specified PerspectiveAttribute from the collection. |
|
Remove(String, Boolean) | Infrastructure. |
|
Remove(PerspectiveAttribute, Boolean) | Infrastructure. |
|
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
RemoveAt(Int32, Boolean) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from ModelComponentCollection.) |
|
IList.Clear | (Inherited from ModelComponentCollection.) |
|
IList.Contains | (Inherited from ModelComponentCollection.) |
|
IList.IndexOf | (Inherited from ModelComponentCollection.) |
|
IList.Insert | (Inherited from ModelComponentCollection.) |
|
IList.Remove | (Inherited from ModelComponentCollection.) |
|
IList.RemoveAt | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Contains | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Remove(IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) |
|
IOnDemandLoadableCollection.BlockOnDemandLoad | (Inherited from ModelComponentCollection.) |
