Represents the list of properties within CSubscription that ca be used to sort an array of CFunction objects.
Namespace:
Asi.iBO.EventsAssembly: 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 name | Description | |
|---|---|---|
| Default | ||
| BeginDateTime | Sort the list by BeginDateTime then Title | |
| CeuAmount | ||
| CeuType | ||
| 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 | ||
| Group2 | ||
| Group3 | ||
| Group1Begin | ||
| Group2Begin | ||
| Group3Begin | ||
| SetupDateTime | Sort the list by SetupDateTime then Title | |
| Title | Sort the list by Title |