UIResourceInfo Class

Represents the set of UI resource attributes for an adapter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public class UIResourceInfo : IEquatable<UIResourceInfo>
Inheritance
Object    UIResourceInfo
Implements
IEquatableUIResourceInfo

Constructors

UIResourceInfoInitializes a new instance of the UIResourceInfo class
Obsolete.

Properties

AttributeMap Gets the map of UI resource attributes by resource ID.
Attributes Gets the UI resource attributes for the adapter.
Info Gets the adapter type and its key attributes.

Methods

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)

See Also