Click or drag to resize

BaseProperties Class

version: 10.22.0
An abstract base class for all properties in the API.
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingBaseProperties
    More...

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
[SerializableAttribute]
public abstract class BaseProperties : IProperties, 
	ICloneable

The BaseProperties type exposes the following members.

Constructors
  NameDescription
Protected methodBaseProperties
Initializes a new instance of the BaseProperties class
Top
Properties
  NameDescription
Public propertyCount
Returns the count of properties.
Top
Methods
  NameDescription
Public methodClear
Removes all properties.
Public methodClone
Creates a new object that is a deep copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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 methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Protected methodGetPropertyValue
Gets the property value associated with the given key.
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 methodRemoveProperty
internal method to remove property from property map
Public methodSetCCSMPProperty
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 methodSetPropertyValue
Associates a property key with a property value.
Protected methodSetReferencePropertyValue
Associates a property key with a property value. The value will not be marked for serialization.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy