EntityMembersCopyCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |