SfcCollatedDictionaryCollection<T, K, ParentT> Methods
SQL Server 2008 R2
The SfcCollatedDictionaryCollection<T, K, ParentT> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an item to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.Add(T).) |
|
AddShadow | Adds the specified object to the shadow collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.AddShadow(T).) |
|
Clear | Removes all items from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.Clear().) |
|
Contains(K) | Determines whether the collection contains the specified key. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.Contains(T).) |
|
Contains(T) | Determines whether the collection contains the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.Contains(T).) |
|
CopyTo(T[], Int32) | Copies the elements from the collection to the specified array, starting at the specified array index. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.CopyTo(T[], Int32).) |
|
CopyTo(Array, Int32) | Copies the elements from the collection to the specified array, starting at the specified array index. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
CreateAndInitializeChildObject | Creates a child object and adds it to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
EnsureCollectionInitialized | Initialize the collection from the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FinishMerge | Swaps the new collection for the old collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.FinishMerge().) |
|
GetCollectionElementNameImpl | Gets the Uniform Resource Name (URN) suffix for elements in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
GetElementFactoryImpl | Returns the factory that is used to instantiate objects for the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
GetEnumerator | Returns an enumerator that can iterate through the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.GetEnumerator().) |
|
GetExistingObjectByKey | Uses the specified key to retrieve an existing object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.GetExistingObjectByKey(K).) |
|
GetHashCode | (Inherited from Object.) |
|
GetObjectByKey | Uses the specified key to retrieve an object from the collection. If a matching object is not found, the object is created, and added to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.GetObjectByKey(K).) |
|
GetType | (Inherited from Object.) |
|
ImplAddExisting | Adds an item to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.ImplAddExisting(T).) |
|
ImplRemoveExisting | Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.ImplRemoveExisting(T).) |
|
InitInnerCollection | Creates an empty internal collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.InitInnerCollection().) |
|
MemberwiseClone | (Inherited from Object.) |
|
PrepareMerge | Prepares to merge fresh query results into the existing collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.PrepareMerge().) |
|
Refresh() | Refreshes the collection by creating new and merging existing objects and properties in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
Refresh(Boolean) | Refreshes the collection by creating new and merging existing objects and properties in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
Remove | Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcCollection<T, K, ParentT>.Remove(T).) |
|
RemoveInternal | Marks the specified object for removal. The state of the object is set to ToBeDropped. The object will be removed when the parent is altered or dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
Rename | Renames the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ResetInnerCollection | Resets the CultureInfo, IgnoreCase, and Ascending properties on the inner collection to honor the new settings. Call this method after any of the properties have changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IComparer<K>.Compare | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Compares two keys. |
|
IEnumerable.GetEnumerator | Gets an enumerator that can iterate the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
IListSource.GetList | Returns an IList object that can be bound to a data source from an object that does not implement the IList interface. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.Add | Adds the specified object to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.AddShadow | Adds the specified object to the shadow collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.EnsureInitialized | Initializes the collection from the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.FinishMerge | Swaps the new collection for the old collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.GetCollectionElementNameImpl | Gets the URN suffix for elements in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.GetElementFactory | Gets the factory that is used to instantiate objects for the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.GetExisting | Uses the specified key to retrieve an existing item from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.GetObjectByKey | Uses the specified key to retrieve an object from the collection. If a matching object is not found, the object is created, and added to the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.PrepareMerge | Prepares to merge fresh query results into the existing collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.Remove | Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.RemoveElement | Removes the specified element from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |
|
ISfcCollection.Rename | Renames the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) |