SyncRelationshipCriteria Class

Definition

The criteria for identifying a sync relationship between two entities.

public ref class SyncRelationshipCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SyncRelationshipCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SyncRelationshipCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SyncRelationshipCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SyncRelationshipCriteria = class
    inherit DataContractBase
Public Class SyncRelationshipCriteria
Inherits DataContractBase
Inheritance
SyncRelationshipCriteria
Attributes

Remarks

The SyncRelationshipCriteria complex type specifies the criteria for identifying a sync relationship between two entities.

Constructors

SyncRelationshipCriteria()

Initializes a new instance of the SyncRelationshipCriteria class.

Properties

TargetEntityId

Specifies the identifier of target entity.

TargetModelId

Specifies the identifier of target model.

TargetVersionId

Specifies the identifier of target model version.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to