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 members.

Public Constructors

  Name Description
Public method DublinCoreElementSet

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.)

Public Fields

  Name Description
Public field Static member KeyContributor
Contributor key
Public field Static member KeyCoverage
Coverage key
Public field Static member KeyCreator
Creator key
Public field Static member KeyDate
Date key
Public field Static member KeyDescription
Description key
Public field Static member KeyFormat
Format key
Public field Static member KeyIdentifier
Identifier key
Public field Static member KeyLanguage
Language key
Public field Static member KeyPublisher
Publisher key
Public field Static member KeyRelation
Relation key
Public field Static member KeyRights
Rights key
Public field Static member KeySource
Source key
Public field Static member KeySubject
Subject key
Public field Static member KeyTitle
Title key
Public field Static member KeyType
Type key

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

  Name Description
Explicit interface implemetation Private property IDublinCoreElementSet..::..Contributor
An entity responsible for making contributions to the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Coverage
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Creator
An entity primarily responsible for making the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Date
A point or period of time associated with an event in the lifecycle of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Description
An account of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Format
The file format, physical medium, or dimensions of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Identifier
An unambiguous reference to the resource within a given context.
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property IDublinCoreElementSet..::..Language
A language of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Publisher
An entity responsible for making the resource available.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Relation
A related resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Rights
Information about rights held in and over the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Source
A related resource from which the described resource is derived.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Subject
The topic of the resource.
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property IDublinCoreElementSet..::..Title
A name given to the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Type
The nature or genre of the resource.

See Also

Advanced