Table of Contents

Class Level

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

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

string

Methods

Clone()

public Level Clone()

Returns

Level

Copy(Level)

public void Copy(Level source)

Parameters

source Level

ToString()

public override string ToString()

Returns

string