 | MatchConfigurationSave Method |
Save this match configuration collection to the specified stream
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic void Save(
Stream s
)
Public Sub Save (
s As Stream
)
public:
void Save(
Stream^ s
)
member Save :
s : Stream -> unit Parameters
- s Stream
[Missing <param name="s"/> documentation for "M:SanteDB.Matcher.Definition.MatchConfiguration.Save(System.IO.Stream)"]
See Also