StreamLink.NET
IFieldSortRule Interface
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.SortingIFieldSortRule
Interface that represents a rule for sorting the records in a container based on the value of a specified field.
Declaration Syntax
C#Visual BasicVisual C++
public interface IFieldSortRule : ISortRule, 
	IExtendedParameters
Public Interface IFieldSortRule _
	Implements ISortRule, IExtendedParameters
public interface class IFieldSortRule : 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 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 differemt 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)