C# Class Brunet.Symphony.AHHeader.Options

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
AddClassDefault ushort
Annealing ushort
Exact ushort
Greedy ushort
Last ushort
Path ushort

Protected Properties

Property Type Description
_string_to_ushort ushort>.Dictionary
_ushort_to_string string>.Dictionary

Public Methods

Method Description
StringToUShort ( string mode ) : ushort
UShortToString ( ushort mode ) : string

Private Methods

Method Description
Options ( ) : System

Method Details

StringToUShort() public static method

public static StringToUShort ( string mode ) : ushort
mode string
return ushort

UShortToString() public static method

public static UShortToString ( ushort mode ) : string
mode ushort
return string

Property Details

AddClassDefault public static property

public static ushort AddClassDefault
return ushort

Annealing public static property

public static ushort Annealing
return ushort

Exact public static property

public static ushort Exact
return ushort

Greedy public static property

public static ushort Greedy
return ushort

Last public static property

public static ushort Last
return ushort

Path public static property

public static ushort Path
return ushort

_string_to_ushort protected static property

protected static Dictionary _string_to_ushort
return ushort>.Dictionary

_ushort_to_string protected static property

protected static Dictionary _ushort_to_string
return string>.Dictionary