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 ModuleSignature
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ModuleSignature

The type exposes the following members.

Public Constructors

  Name Description
Public method ModuleSignature
Initializes a new instance of the ModuleSignature class.

Public Methods

  Name Description
Public method Add
Adds an entry with specified name and no value to the NameValueCollection.
(Inherited from CacheSignature.)
Public method Add (Inherited from NameValueCollection.)
Public method Add
Adds an entry with the specified name and the default string representation of given value to the NameValueCollection.
(Inherited from CacheSignature.)
Public method Add
Adds an entry with the specified name and value to the NameValueCollection.
(Inherited from CacheSignature.)
Public method Clear
Invalidates the cached arrays and removes all entries from the NameValueCollection.
(Inherited from CacheSignature.)
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.
(Inherited from CacheSignature.)
Public method Set (Inherited from NameValueCollection.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from CacheSignature.)

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.
(Inherited from CacheSignature.)
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.
(Inherited from CacheSignature.)
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