Class Level
The type and number for a discrete skill level. For example, Certificate of Qualification Level 2.
public class Level
- Inheritance
-
Level
- Inherited Members
- Extension Methods
Constructors
Level()
public Level()
Properties
Number
public int? Number { get; set; }
Property Value
- int?
Type
public string Type { get; set; }
Property Value
Methods
Clone()
public Level Clone()
Returns
Copy(Level)
public void Copy(Level source)
Parameters
sourceLevel
ToString()
public override string ToString()