ChannelMetadataSorter Class

Defines a comparison class to property sort metadata.

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.147 -- Release Build+1d6e8f5798e977d63a5b9c720f51263d8035a934
public class ChannelMetadataSorter : IComparer<ChannelMetadata>
Inheritance
Object    ChannelMetadataSorter
Implements
IComparerChannelMetadata

Constructors

ChannelMetadataSorterInitializes a new instance of the ChannelMetadataSorter class

Methods

Compare Compares one metadata record to another.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Default Default instance of the metadata record sorter.

See Also