|   | Connection | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
Syntax[SerializableAttribute] public abstract class ConnectionParametersBase : IConnectionParameters, ISerializable
The ConnectionParametersBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ConnectionParametersBase | Initializes a new instance of the ConnectionParametersBase class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ValuesAreValid | Determines if custom connection parameters are valid. | 
 Methods
Methods| 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) | 
 Extension Methods
Extension Methods| 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) | 
 Remarks
RemarksThis 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.
 See Also
See Also Inheritance Hierarchy
Inheritance Hierarchy