AliasInfoCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of AliasInfo objects.
The AliasInfoCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AliasInfoCollection | Initializes a new instance of the AliasInfoCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Count | (Inherited from Collection<AliasInfo>.) | |
Dictionary | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Item[TKey] | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Item[Int32] | (Inherited from Collection<AliasInfo>.) | |
Items | (Inherited from Collection<AliasInfo>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<AliasInfo>.) | |
ChangeItemKey | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Clear | (Inherited from Collection<AliasInfo>.) | |
ClearItems | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Clone | Performs a deep copy of this object. | |
Contains(TKey) | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Contains(T) | (Inherited from Collection<AliasInfo>.) | |
CopyTo | (Inherited from Collection<AliasInfo>.) | |
Diff | Compares this collection with another collection and returns the differences. | |
Equals(Object) | (Inherited from Object.) | |
Equals(AliasInfoCollection) | Determines whether two instances of the same type are equal. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<AliasInfo>.) | |
GetHashCode | (Inherited from Object.) | |
GetKeyForItem | Returns the key for the specified object. (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<AliasInfo>.) | |
Insert | (Inherited from Collection<AliasInfo>.) | |
InsertItem | (Inherited from KeyedCollection<String, AliasInfo>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(TKey) | (Inherited from KeyedCollection<String, AliasInfo>.) | |
Remove(T) | (Inherited from Collection<AliasInfo>.) | |
RemoveAt | (Inherited from Collection<AliasInfo>.) | |
RemoveItem | (Inherited from KeyedCollection<String, AliasInfo>.) | |
SetItem | (Inherited from KeyedCollection<String, AliasInfo>.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<AliasInfo>.) | |
IList.Contains | (Inherited from Collection<AliasInfo>.) | |
ICollection.CopyTo | (Inherited from Collection<AliasInfo>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<AliasInfo>.) | |
IDiffable.Diff | Compares this object with another object and returns the differences. | |
IList.IndexOf | (Inherited from Collection<AliasInfo>.) | |
IList.Insert | (Inherited from Collection<AliasInfo>.) | |
IList.IsFixedSize | (Inherited from Collection<AliasInfo>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<AliasInfo>.) | |
IList.IsReadOnly | (Inherited from Collection<AliasInfo>.) | |
ICollection.IsSynchronized | (Inherited from Collection<AliasInfo>.) | |
IList.Item | (Inherited from Collection<AliasInfo>.) | |
IList.Remove | (Inherited from Collection<AliasInfo>.) | |
ICollection.SyncRoot | (Inherited from Collection<AliasInfo>.) |
Top