StreamLink.NET
ICustomSortRule Interface
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.SortingICustomSortRule
Interface that represents a rule for sorting the records in a container, based on the value of a specified field that has a custom type.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICustomSortRule : ISortRule, 
	IExtendedParameters
Public Interface ICustomSortRule _
	Implements ISortRule, IExtendedParameters
public interface class ICustomSortRule : ISortRule, 
	IExtendedParameters
Members
All MembersMethodsProperties



IconMemberDescription
ClearGroupField()()()
Clears the group field if it has been set. After calling this method, container records will not be grouped.

Field
Gets the name of the field that the sort is based on.

FieldType
Gets or sets the custom type of the field that the sort is based on.

GroupField
Gets or sets the name of the field that records in the container will be grouped by. No matter what you set this property to, the container will be grouped by the sort field (in future releases you will be able to group by a different field). If you do not set this property, records will not be grouped.

SortOrder
Gets or sets the sort order.

ToRttpSubjectPart()()()
Provides an internal method that may be used for future extension of the API.
(Inherited from IExtendedParameters.)

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)