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

The type exposes the following methods.

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 GetCultureInfo
Gets the culture info.
Public method GetDateTime
Gets the date time value of given name.
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 GetValue
Gets the value.
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 SetCultureInfo
Sets the culture info.
Public method SetDateTime
Sets the date time value.
Public method ToString
Returns a String that represents the current Object.
(Overrides CacheSignature..::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.
(Overrides CacheSignature..::CalculateHash()()()().)
Protected method Finalize (Inherited from Object.)
Protected method InvalidateCachedArrays (Inherited from NameValueCollection.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced