C# 클래스 RM.Friendly.WPFStandardControls.Generator.GenerateUtility

自動生成ユーティリティー
파일 보기 프로젝트 열기: Roommetro/Friendly.WPFStandardControls 1 사용 예제들

공개 메소드들

메소드 설명
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#のリテラル文字列に変換します

비공개 메소드들

메소드 설명
IsDuplicationFunction ( GeneratorBase generator, Sentence sentence, string function ) : bool

重複した関数であるか。

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

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

메소드 상세

AdjustText() 공개 정적인 메소드

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

RemoveDuplicationFunction() 공개 정적인 메소드

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

RemoveDuplicationSentence() 공개 정적인 메소드

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

ToLiteral() 공개 정적인 메소드

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