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
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.

SortOrder
Gets or sets the sort order.

ToRttpSubjectPart()()()
This is 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.21.0 (5.0.21.0)