BusinessRulesLanguageConverter.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- output
- Stream
- vocabularies
- VocabularyDictionary
- ruleSets
- RuleSetDictionary