SupportFunctions Class
Namespace: PIX
Assembly: PIX.dll
Assembly: PIX.dll
Inheritance
-
System.Object
- SupportFunctions
Syntax
public static class SupportFunctionsMethods
| Name | Description |
|---|---|
| GetDayOfWeek(Int32, Boolean) | |
| GetDayOfWeekSortOrder(DayOfWeek, DayOfWeek) | |
| GetIconName(eStatusFlag) | |
| GetImage(TaskStatusValue) | |
| GetString(String, String) | |
| IsEqual(List<Uri>, List<Uri>) | |
| MyBoolParse(String) | |
| MyIntParse(String, Int32) | |
| MyStringJoin(IEnumerable<String>) |
Returns a comma-separated list of the items -- unless it only contains exactly TWO items, then it returns the two values separated by " and ". |
| MyStringParse(Boolean) | |
| NaturalJoin<T>(IEnumerable<T>, String) |
Constructs a comma-separated list of the items, but the last pair are combined with the 'lastDivider'-string (defaults to " and "). |