Method | Description | |
---|---|---|
Add ( |
ルール追加(単体テスト用)
|
|
CsvRules ( ) : System |
コンストラクタ
|
|
FindRuleForFirstLine ( string firstLine ) : |
firstLine に一致するルールを探す
|
|
FindRuleWithIdent ( string ident ) : |
ident に一致するルールを探す
|
|
GetAt ( int idx ) : |
指定したインデックスのルールを返す
|
|
GetEnumerator ( ) : IEnumerator |
イテレータ
|
|
IndexOf ( |
指定したルールのインデックスを返す
|
|
LoadAllRules ( ) : bool |
全 CSV 変換ルールを読み出す
|
|
LoadFromFile ( string path ) : String |
定義ファイルを1つ読み込む
|
|
LoadFromString ( string xmlString ) : String | ||
getRulesPath ( ) : string |
定義ファイルのディレクトリを返す UserAppDataPath からバージョン番号を除いたものが帰る
|
|
names ( ) : string[] |
ルール名一覧を返す
|
Method | Description | |
---|---|---|
LoadFromXml ( |
public FindRuleForFirstLine ( string firstLine ) : |
||
firstLine | string | firstLine |
return |
public FindRuleWithIdent ( string ident ) : |
||
ident | string | |
return |
public LoadFromFile ( string path ) : String | ||
path | string | 定義ファイルパス |
return | String |
public LoadFromString ( string xmlString ) : String | ||
xmlString | string | |
return | String |