C# Class VSPC.Common.AIModelRuleRepository

ファイルを表示 Open project: chembergj/VSPC

Public Methods

Method Description
Delete ( AIModelRule r ) : void
FindNext ( int from, string search ) : AIModelRule
SaveRules ( ) : void

Private Methods

Method Description
LoadRules ( ) : ObservableCollection

Method Details

Delete() public static method

public static Delete ( AIModelRule r ) : void
r AIModelRule
return void

FindNext() public static method

public static FindNext ( int from, string search ) : AIModelRule
from int
search string
return AIModelRule

SaveRules() public static method

public static SaveRules ( ) : void
return void