C# Class RM.Friendly.WPFStandardControls.Generator.GenerateUtility

自動生成ユーティリティー
Exibir arquivo Open project: Roommetro/Friendly.WPFStandardControls Class Usage Examples

Public Methods

Method Description
AdjustText ( string text ) : string

テキストを調整する

RemoveDuplicationFunction ( GeneratorBase generator, List list, string function ) : void

重複した関数の削除。

RemoveDuplicationSentence ( GeneratorBase generator, List list, object pattern ) : void

重複したセンテンスの削除。

ToLiteral ( string text ) : string

文字列をC#のリテラル文字列に変換します

Private Methods

Method Description
IsDuplicationFunction ( GeneratorBase generator, Sentence sentence, string function ) : bool

重複した関数であるか。

IsDuplicationSentence ( Sentence lhs, Sentence rhs, object pattern ) : bool

重複したセンテンスであるか

Method Details

AdjustText() public static method

テキストを調整する
public static AdjustText ( string text ) : string
text string テキスト。
return string

RemoveDuplicationFunction() public static method

重複した関数の削除。
public static RemoveDuplicationFunction ( GeneratorBase generator, List list, string function ) : void
generator GeneratorBase ジェネレータ。
list List リスト。
function string 関数。
return void

RemoveDuplicationSentence() public static method

重複したセンテンスの削除。
public static RemoveDuplicationSentence ( GeneratorBase generator, List list, object pattern ) : void
generator GeneratorBase ジェネレータ。
list List リスト。
pattern object パターン。
return void

ToLiteral() public static method

文字列をC#のリテラル文字列に変換します
public static ToLiteral ( string text ) : string
text string
return string