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.
Represents the criteria of members to copy.
public ref class EntityMembersCopyCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMembersCopyCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersCopyCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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() |
Initializes a new instance of the EntityMembersCopyCriteria class. |
Properties
EntityId |
Gets or sets the entity of the members to copy. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Members |
Gets or sets an array of the members to copy. |
ModelId |
Gets or sets the model of the members to copy. |
VersionId |
Gets or sets the version of the members to copy. |