WeightedMatchingCriterion Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the criteria for the weighted matching.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::MatchingCriterion
Microsoft.MasterDataServices::WeightedMatchingCriterion
Microsoft.MasterDataServices::ExactMatchingCriterion
Microsoft.MasterDataServices::SimilarMatchingCriterion
[KnownTypeAttribute((SimilarMatchingCriterion^::typeid))] [KnownTypeAttribute((DateMatchingCriterion^::typeid))] [DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((NumericByDifferenceMatchingCriterion^::typeid))] [KnownTypeAttribute((StringMatchingCriterion^::typeid))] [KnownTypeAttribute((NumericByPercentageMatchingCriterion^::typeid))] [KnownTypeAttribute((NumericMatchingCriterion^::typeid))] [KnownTypeAttribute((ExactMatchingCriterion^::typeid))] public ref class WeightedMatchingCriterion : MatchingCriterion
| Name | Description | |
|---|---|---|
![]() | WeightedMatchingCriterion() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the WeightedMatchingCriterion class. |
| Name | Description | |
|---|---|---|
![]() | DomainWeight | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the domain weight. |
![]() | ExtensionData | This API supports the product infrastructure and is not intended to be used directly from your code. Get or sets the extension data for the criterion.(Inherited from MatchingCriterion.) |
![]() | Mappings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the list of the mappings.(Inherited from MatchingCriterion.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


