 | MatchConfigurationCollectionTransforms Property |
Adds a transformer to the collection
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<MatchTransformConfiguration> Transforms { get; set; }Public Property Transforms As List(Of MatchTransformConfiguration)
Get
Set
public:
property List<MatchTransformConfiguration^>^ Transforms {
List<MatchTransformConfiguration^>^ get ();
void set (List<MatchTransformConfiguration^>^ value);
}member Transforms : List<MatchTransformConfiguration> with get, set
Property Value
ListMatchTransformConfiguration
See Also