| MatchConfigurationCollectionTransforms Property |
Adds a transformer to the collection
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
ListMatchTransformConfigurationSee Also