PersonalizationDictionary Members

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

The following tables list the members exposed by the PersonalizationDictionary type.

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

  Name Description
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

(see also Protected Methods )
  Name Description
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  Overloaded. Determines whether two Object instances are equal. (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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (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

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo Implements the ICollection.CopyTo method for the PersonalizationDictionary class.
Explicit interface implementation Method System.Collections.IDictionary.Add Implements the IDictionary.Add method for the PersonalizationDictionary class.
Explicit interface implementation Method System.Collections.IDictionary.Contains Implements the IDictionary.Contains method for the PersonalizationDictionary class.
Explicit interface implementation Method System.Collections.IDictionary.Remove Implements the IDictionary.Remove method for the PersonalizationDictionary class.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator Implements the IEnumerable.GetEnumerator method for the PersonalizationDictionary class.
Explicit interface implementation Property System.Collections.IDictionary.Item Gets or set the IDictionary.Item property value for the PersonalizationDictionary class.
Top

Community Additions

ADD
Show: