public class ConnectionParameterPublic Class ConnectionParameterpublic ref class ConnectionParameterGemstone.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. |
| DisplayOrder | Gets the display order for the parameter. Parameters with the same display order will be displayed in the same row. Lower values are displayed first. |
| IsPhasor | Get the flag that indicates which which measurements to search for. |
| IsRequired | Gets a flag that indicates if the parameter is required. |
| IsVisibleToUI | Gets whether this parameter should be visible in the UI. |
| Label | Gets or sets the label of the parameter. |
| LowerLimit | Gets the lower limit for parameter value. |
| Name | Gets the name of the parameter. |
| SupportedSignalTypes | Get the array of supported signal types for this parameter. |
| UpperLimit | Gets the upper limit for parameter value. |
| UseAlternateUI | Gets a value indicating whether the application should use the alternate user interface form. |
| 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) |