[SerializableAttribute]
public abstract class ConnectionParametersBase : IConnectionParameters,
ISerializable
<SerializableAttribute>
Public MustInherit Class ConnectionParametersBase
Implements IConnectionParameters, ISerializable
[SerializableAttribute]
public ref class ConnectionParametersBase abstract : IConnectionParameters,
ISerializable
Gemstone.PhasorProtocols.ConnectionParametersBase = function();
Type.createClass(
'Gemstone.PhasorProtocols.ConnectionParametersBase',
null,
Gemstone.PhasorProtocols.IConnectionParameters,
ISerializable);
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.
ConnectionParametersBase | Initializes a new instance of the ConnectionParametersBase class |
ValuesAreValid | Determines if custom connection parameters are valid. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |