Represents the list of properties within CSubscription that ca be used to sort an array of CFunction objects.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum FunctionSortBy
Visual Basic (Declaration)
Public Enumeration FunctionSortBy
Visual C++
public enum class FunctionSortBy

Members

Member nameDescription
Default
Sort the list by BeginDateTime then EndDateTime then Title
BeginDateTime
Sort the list by BeginDateTime then Title
CeuAmount
Sort the list by CeuAmount then Title
CeuType
Sort the list by CeuType then Title
CourseCode
Sort the list by CourseCode
EndDateTime
Sort the list by EndDateTime then Title
FunctionCode
Sort the list by FunctionCode
FunctionTypeCode
Sort the list by FunctionTypeCode then Title
Group1
Sort the list by Group1 then Title
Group2
Sort the list by Group2 then Title
Group3
Sort the list by Group3 then Title
Group1Begin
Sort the list by Group1 then BeginDateTime then Title
Group2Begin
Sort the list by Group2 then BeginDateTime then Title
Group3Begin
Sort the list by Group3 then BeginDateTime then Title
SetupDateTime
Sort the list by SetupDateTime then Title
Title
Sort the list by Title

See Also