BaseProperties Methods

Solclient

BaseProperties Methods
version: 7.2.1.27

The BaseProperties type exposes the following members.

Methods
  Name Description
Public method Clear
Removes all properties.
Public method Clone
Creates a new object that is a deep copy of the current instance.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
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 GetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Protected method GetPropertyValue
Gets the property value associated with the given key.
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.
Protected method SetPropertyValue
Associates a property key with a property value.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also