Solclient
ContextFactoryProperties Methods |
The ContextFactoryProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Removes all properties.
(Inherited from BaseProperties.) |
|
Clone |
This method creates a new object that is a copy of the current instance.
(Overrides BasePropertiesClone.) |
|
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.) |
|
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BaseProperties.) |
|
GetPropertyValue |
Gets the property value associated with the given key.
(Inherited from BaseProperties.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
LogToConsoleError |
Logs events to Console's error.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
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.) |
|
SetPropertyValue |
Associates a property key with a property value.
(Inherited from BaseProperties.) |
|
ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
See Also