Class PlanTypeExtensions
public static class PlanTypeExtensions
- Inheritance
-
PlanTypeExtensions
- Inherited Members
-
Properties
All
public static PlanType[] All { get; }
Property Value
- PlanType[]
TypeCount
public static int TypeCount { get; }
Property Value
- int
Methods
FindByDisplayName(string)
public static PlanType? FindByDisplayName(string display)
Parameters
display string
Returns
- PlanType?
GetByIndex(int)
public static PlanType? GetByIndex(int oneBasedIndex)
Parameters
oneBasedIndex int
Returns
- PlanType?
GetDisplayName(PlanType)
public static string GetDisplayName(this PlanType type)
Parameters
type PlanType
Returns
- string
GetNumberedList()
public static List<(int Index, string Display)> GetNumberedList()
Returns
- List<(int Index, string Display)>