ContextProperties Methods

Solclient

ContextProperties Methods
version: 7.2.1.27

The ContextProperties type exposes the following members.

Methods
  Name Description
Public method Clear
Removes all properties.
(Inherited from BaseProperties.)
Public method Clone
Creates a new object that is a deep copy of the current instance.
(Inherited from BaseProperties.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member FromDictionary
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
Public method Static member FromDictionaryWithPrefix
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from BaseProperties.)
Protected method GetPropertyValue
Gets the property value associated with the given key.
(Inherited from BaseProperties.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetCCSMPProperty
Sets a property to be passed directly to CCSMP. Properties set in this manner will always override properties set using the shortcut properties, regardless of order.
(Inherited from BaseProperties.)
Protected method SetPropertyValue
Associates a property key with a property value.
(Inherited from BaseProperties.)
Public method ToDictionary
Returns a new IDictionary instance.
Public method ToDictionaryWithPrefix
Returns a new IDictionary instance
Public method ToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also