ConnectionParametersBase Class

Represents the common implementation of the protocol independent set of extra connection parameters.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
[SerializableAttribute]
public abstract class ConnectionParametersBase : IConnectionParameters, 
	ISerializable
Inheritance
Object    ConnectionParametersBase
Derived
Implements
IConnectionParameters, ISerializable

Remarks

This class is inherited by subsequent classes to provide protocol specific connection parameters that may be needed to make a connection.

Derived implementations of this class are designed to be exposed by a "PropertyGrid" so a UI can request protocol specific connection parameters.

Constructors

ConnectionParametersBaseInitializes a new instance of the ConnectionParametersBase class

Properties

ValuesAreValid Determines if custom connection parameters are valid.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also