C# 클래스 Nuve.Orthographic.Orthography

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

공개 메소드들

메소드 설명
GetRule ( string id ) : Nuve.Orthographic.OrthographyRule
GetRuleNames ( ) : string
GetRules ( IEnumerable ids ) : List

비공개 메소드들

메소드 설명
Orthography ( Alphabet alphabet, IEnumerable rules ) : System.Collections.Generic

메소드 상세

GetRule() 공개 메소드

public GetRule ( string id ) : Nuve.Orthographic.OrthographyRule
id string
리턴 Nuve.Orthographic.OrthographyRule

GetRuleNames() 공개 메소드

public GetRuleNames ( ) : string
리턴 string

GetRules() 공개 메소드

public GetRules ( IEnumerable ids ) : List
ids IEnumerable
리턴 List