PersistedDictionary Members
Include Protected Members
Include Inherited Members
Represents a store for objects implementing the [IDictionary<string,string>] interface.
The PersistedDictionary type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
IsReadOnly | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
Item | (Inherited from IDictionary<String, String>.) | |
Keys | (Inherited from IDictionary<String, String>.) | |
Name | Gets or sets the name of the stored dictionary. | |
Values | (Inherited from IDictionary<String, String>.) |
Top
Methods
Name | Description | |
---|---|---|
Add(T) | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
Add(TKey, TValue) | (Inherited from IDictionary<String, String>.) | |
Clear | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
Contains | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
ContainsKey | (Inherited from IDictionary<String, String>.) | |
CopyTo | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
GetEntriesAndSetClean | Retrieves a full snapshot of the entries and clears the dirty flag as an atomic operation. | |
GetEnumerator() | (Inherited from IEnumerable<KeyValuePair<String, String>>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(SortDirection, Int32, Int32) | Gets a thread safe enumerator with paging. | |
IsDirty | Indicates whether the dictionary is dirty. | |
Remove(TKey) | (Inherited from IDictionary<String, String>.) | |
Remove(T) | (Inherited from ICollection<KeyValuePair<String, String>>.) | |
SetDirty | Sets the dictionary modification flag to dirty. | |
TryGetValue | (Inherited from IDictionary<String, String>.) |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Store Namespace