The PortalAliasCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an entry to the collection.
Public methodClear
Clears the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodContains
Public methodCopyTo
Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
(Inherited from DictionaryBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClear
Performs additional custom processes before clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnClearComplete
Performs additional custom processes after clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnGet
Gets the element with the specified key and value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsert
Performs additional custom processes before inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsertComplete
Performs additional custom processes after inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemove
Performs additional custom processes before removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemoveComplete
Performs additional custom processes after removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSet
Performs additional custom processes before setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSetComplete
Performs additional custom processes after setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnValidate
Performs additional custom processes when validating the element with the specified key and value.
(Inherited from DictionaryBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also