StreamLink for Silverlight
CreateFieldSortRule Method (field, type, order)
StreamLink for SilverlightCaplin.StreamLink.Subscription.Container.ExtendedParametersExtendedParametersFactoryCreateFieldSortRule(String, FieldType, SortOrder)
Creates a new rule defining how the container records are to be sorted.
Declaration Syntax
C#Visual BasicVisual C++
public static IFieldSortRule CreateFieldSortRule(
	string field,
	FieldType type,
	SortOrder order
)
Public Shared Function CreateFieldSortRule ( _
	field As String, _
	type As FieldType, _
	order As SortOrder _
) As IFieldSortRule
public:
static IFieldSortRule^ CreateFieldSortRule(
	String^ field, 
	FieldType type, 
	SortOrder order
)
Parameters
field (String)
The name of the field that the sort is based on.
type (FieldType)
The type of the field.
order (SortOrder)
The order in which the sorted container records are presented.
Return Value
A new IFieldSortRule.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)