public class AdapterInfo : IEquatable<AdapterInfo>
Public Class AdapterInfo
Implements IEquatable(Of AdapterInfo)
public ref class AdapterInfo : IEquatable<AdapterInfo^>
Gemstone.Timeseries.Adapters.AdapterInfo = function();
Type.createClass(
'Gemstone.Timeseries.Adapters.AdapterInfo',
null,
IEquatable`1);
AdapterInfo | Initializes a new instance of the AdapterInfo class Obsolete. |
AdapterName | Gets the user-friendly name for the adapter as loaded from the DescriptionAttribute. |
AssemblyName | Gets the assembly file name for the adapter. |
BrowsableState | Gets the EditorBrowsableState for the adapter. |
Description | Gets the description for the adapter as loaded from the DescriptionAttribute. |
Parameters | Gets the connection string parameters for the adapter. |
Type | Gets the type of the adapter. |
TypeName | Gets the full name of the adapter type. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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) |