C# 클래스 AutoRankEditor.EnumExtensions

파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConditionFieldNames string>.Dictionary

공개 메소드들

메소드 설명
ConditionFieldFromString ( string text ) : ConditionField
GetLongString ( this field ) : string
GetShortString ( this op ) : string
GetSymbol ( this op ) : string

메소드 상세

ConditionFieldFromString() 공개 정적인 메소드

public static ConditionFieldFromString ( string text ) : ConditionField
text string
리턴 ConditionField

GetLongString() 공개 정적인 메소드

public static GetLongString ( this field ) : string
field this
리턴 string

GetShortString() 공개 정적인 메소드

public static GetShortString ( this op ) : string
op this
리턴 string

GetSymbol() 공개 정적인 메소드

public static GetSymbol ( this op ) : string
op this
리턴 string

프로퍼티 상세

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

public static Dictionary ConditionFieldNames
리턴 string>.Dictionary