![]() | MatchAttribute Class |
Namespace: SanteDB.Matcher.Definition
The MatchAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatchAttribute | Initializes a new instance of the MatchAttribute class |
Name | Description | |
---|---|---|
![]() | Assertion |
Gets or sets the rules
|
![]() | Description |
Gets or sets the name
|
![]() | Id |
The identifier for the attribute
|
![]() | M |
Gets or sets the match weight
|
![]() | MatchWeight |
Gets or sets the match weight
|
![]() | Measure |
Gets or sets the algorithm for partially measuring the value
|
![]() | NonMatchWeight |
Gets or sets the unmatch weight (penalty)
|
![]() | Property |
Gets or sets the property
|
![]() | Required |
The match has to be executed, if the inbound object does not have the property (is null)
then the entire matching process stops.
|
![]() | U |
Gets or sets the unmatch weight (penalty)
|
![]() | When |
When condition on a match attribute
|
![]() | WhenNull |
When null what should happen?
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPropertySelectorsT |
Property selector helper
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Represent this attribute as a string
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |