This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CacheSignature
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CacheSignature

The type exposes the following members.

Public Constructors

  Name Description
Public method CacheSignature

Public Methods

  Name Description
Public method Add Overloaded.
Public method Clear
Invalidates the cached arrays and removes all entries from the NameValueCollection.
(Overrides NameValueCollection..::Clear()()()().)
Public method CopyTo
Public method Equals (Inherited from Object.)
Public method Get (Inherited from NameValueCollection.)
Public method Get (Inherited from NameValueCollection.)
Public method GetEnumerator (Inherited from NameObjectCollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetKey (Inherited from NameValueCollection.)
Public method GetObjectData (Inherited from NameObjectCollectionBase.)
Public method GetType (Inherited from Object.)
Public method GetValues (Inherited from NameValueCollection.)
Public method GetValues (Inherited from NameValueCollection.)
Public method HasKeys (Inherited from NameValueCollection.)
Public method OnDeserialization (Inherited from NameObjectCollectionBase.)
Public method Remove
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Overrides NameValueCollection..::Remove(String).)
Public method Set (Inherited from NameValueCollection.)
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method BaseAdd (Inherited from NameObjectCollectionBase.)
Protected method BaseClear (Inherited from NameObjectCollectionBase.)
Protected method BaseGet (Inherited from NameObjectCollectionBase.)
Protected method BaseGet (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllKeys (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues (Inherited from NameObjectCollectionBase.)
Protected method BaseGetKey (Inherited from NameObjectCollectionBase.)
Protected method BaseHasKeys (Inherited from NameObjectCollectionBase.)
Protected method BaseRemove (Inherited from NameObjectCollectionBase.)
Protected method BaseRemoveAt (Inherited from NameObjectCollectionBase.)
Protected method BaseSet (Inherited from NameObjectCollectionBase.)
Protected method BaseSet (Inherited from NameObjectCollectionBase.)
Protected method CalculateHash
Calculates the hash.
Protected method Finalize (Inherited from Object.)
Protected method InvalidateCachedArrays (Inherited from NameValueCollection.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property AllKeys (Inherited from NameValueCollection.)
Public property Count (Inherited from NameObjectCollectionBase.)
Public property Hash
Gets the MD5 cache hash key, that will be computed using all elements in the signature.
Public property Item (Inherited from NameValueCollection.)
Public property Item (Inherited from NameValueCollection.)
Public property Keys (Inherited from NameObjectCollectionBase.)

Protected Properties

  Name Description
Protected property IsReadOnly (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

See Also

Advanced