DateMatchingCriterion Class

Definition

Represents the criteria for the date matching.

public ref class DateMatchingCriterion : Microsoft::MasterDataServices::SimilarMatchingCriterion
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DateMatchingCriterion : Microsoft.MasterDataServices.SimilarMatchingCriterion
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DateMatchingCriterion = class
    inherit SimilarMatchingCriterion
Public Class DateMatchingCriterion
Inherits SimilarMatchingCriterion
Inheritance
Attributes

Constructors

DateMatchingCriterion()

Initializes a new instance of the DateMatchingCriterion class.

Properties

DaysDifference

Gets or sets the difference in days.

DomainWeight

Gets or sets the domain weight.

(Inherited from WeightedMatchingCriterion)
ExtensionData

Get or sets the extension data for the criterion.

(Inherited from MatchingCriterion)
Mappings

Gets or sets the list of the mappings.

(Inherited from MatchingCriterion)
MonthsDifference

Gets or sets the difference in months.

YearsDifference

Gets or sets the difference in years.

Applies to