![]() |
Connection
|
[SerializableAttribute] public abstract class ConnectionParametersBase : IConnectionParameters, ISerializable
The ConnectionParametersBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionParametersBase | Initializes a new instance of the ConnectionParametersBase class |
Name | Description | |
---|---|---|
![]() | ValuesAreValid | Determines if custom connection parameters are valid. |
Name | Description | |
---|---|---|
![]() | 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) |
Name | Description | |
---|---|---|
![]() | GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
![]() | GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
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.