public class ConnectionParameter
Public Class ConnectionParameter
public ref class ConnectionParameter
Gemstone.Timeseries.Adapters.ConnectionParameter = function();
Type.createClass(
'Gemstone.Timeseries.Adapters.ConnectionParameter');
ConnectionParameter | Initializes a new instance of the ConnectionParameter class |
AvailableValues | Gets the available values, e.g., when DataType is "Enum". |
Category | Gets the category of the parameter. |
DataType | Gets the basic type of the parameter. |
DefaultValue | Gets the default value of the parameter. |
Description | Gets the description of the parameter. |
IsVisibleToUI | Gets whether this parameter should be visible in the UI. |
Label | Gets or sets the label of the parameter. |
Name | Gets the name of the parameter. |
Value | Gets or sets the parameter value. |
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) |
GetConnectionParameter | Gets a ConnectionParameter instance from a PropertyInfo. |
GetHashCode | Serves as the default hash function. (Inherited from 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) |
(PropertyInfo to ConnectionParameter) | Implicitly converts a PropertyInfo to a ConnectionParameter. |
Clone |
Creates and returns a cloned instance of the original connection parameter.
(Defined by ConnectionParameterExtensions) |