Table of Contents

Enum SortDirection

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Order that the sort should be performed in.

public enum SortDirection

Fields

Ascending = 0

Sort in Ascending order.

Descending = 1

Sort in Descending order.