EntityMembersCopyCriteria Class

Definition

Specifies the member criteria for the copy operation.

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

Constructors

EntityMembersCopyCriteria()

Default constructor

Properties

EntityId

Specifies the entity of the members to copy.

Members

Specifies the members to copy.

ModelId

Specifies the model of the members to copy.

VersionId

Specifies the version of the members to copy.

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