次の方法で共有


BusinessRulesLanguageConverter.Save メソッド

定義

public:
 virtual void Save(System::IO::Stream ^ output, Microsoft::RuleEngine::VocabularyDictionary ^ vocabularies, Microsoft::RuleEngine::RuleSetDictionary ^ ruleSets);
public void Save (System.IO.Stream output, Microsoft.RuleEngine.VocabularyDictionary vocabularies, Microsoft.RuleEngine.RuleSetDictionary ruleSets);
abstract member Save : System.IO.Stream * Microsoft.RuleEngine.VocabularyDictionary * Microsoft.RuleEngine.RuleSetDictionary -> unit
override this.Save : System.IO.Stream * Microsoft.RuleEngine.VocabularyDictionary * Microsoft.RuleEngine.RuleSetDictionary -> unit
Public Sub Save (output As Stream, vocabularies As VocabularyDictionary, ruleSets As RuleSetDictionary)

パラメーター

output
Stream
vocabularies
VocabularyDictionary

実装

適用対象