This documentation is archived and is not being maintained.

PersonalizationDictionary Members

Encapsulates basic validation rules that indicate whether a piece of custom data is considered personalizable in either User or Shared scope.

The PersonalizationDictionary type exposes the following members.

  NameDescription
Public method PersonalizationDictionary Overloaded. Initializes a new instance of the PersonalizationDictionary class.
Top

  NameDescription
Public method Add Adds personalization entries to the personalization dictionary.
Public method Clear Removes all custom state information from the current PersonalizationDictionary object.
Public method Contains Returns a value indicating whether a piece of custom state information with the same key is contained in the personalization dictionary.
Public method CopyTo Copies the personalization dictionary state entries as DictionaryEntry instances into the specified array.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the entries in the personalization dictionary.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes a custom state entry based on the provided key.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of entries in the dictionary.
Public property IsFixedSize Gets whether the personalization dictionary is of a fixed size.
Public property IsReadOnly Gets whether the personalization dictionary is read-only.
Public property IsSynchronized Gets whether the personalization dictionary is synchronized.
Public property Item Gets or sets an entry in the personalization dictionary.
Public property Keys Gets a reference to an ICollection object containing the keys for the personalization dictionary.
Public property SyncRoot Gets an object that can be used to synchronize access to the personalization dictionary.
Public property Values Gets a reference to an ICollection object containing the values in the personalization dictionary.
Top
Show: