C# 클래스 Brunet.Symphony.AHHeader.Options

파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
AddClassDefault ushort
Annealing ushort
Exact ushort
Greedy ushort
Last ushort
Path ushort

보호된 프로퍼티들

프로퍼티 타입 설명
_string_to_ushort ushort>.Dictionary
_ushort_to_string string>.Dictionary

공개 메소드들

메소드 설명
StringToUShort ( string mode ) : ushort
UShortToString ( ushort mode ) : string

비공개 메소드들

메소드 설명
Options ( ) : System

메소드 상세

StringToUShort() 공개 정적인 메소드

public static StringToUShort ( string mode ) : ushort
mode string
리턴 ushort

UShortToString() 공개 정적인 메소드

public static UShortToString ( ushort mode ) : string
mode ushort
리턴 string

프로퍼티 상세

AddClassDefault 공개적으로 정적으로 프로퍼티

public static ushort AddClassDefault
리턴 ushort

Annealing 공개적으로 정적으로 프로퍼티

public static ushort Annealing
리턴 ushort

Exact 공개적으로 정적으로 프로퍼티

public static ushort Exact
리턴 ushort

Greedy 공개적으로 정적으로 프로퍼티

public static ushort Greedy
리턴 ushort

Last 공개적으로 정적으로 프로퍼티

public static ushort Last
리턴 ushort

Path 공개적으로 정적으로 프로퍼티

public static ushort Path
리턴 ushort

_string_to_ushort 보호되어 있는 정적으로 프로퍼티

protected static Dictionary _string_to_ushort
리턴 ushort>.Dictionary

_ushort_to_string 보호되어 있는 정적으로 프로퍼티

protected static Dictionary _ushort_to_string
리턴 string>.Dictionary