EntityStagingBatchCriteria Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a criteria of a unique batch awaiting or undergoing entity based staging.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchCriteria

Syntax

[DataContractAttribute(Name = "EntityStagingBatchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatchCriteria
[DataContractAttribute(Name = "EntityStagingBatchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityStagingBatchCriteria 
[<DataContractAttribute(Name = "EntityStagingBatchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatchCriteria = class end
<DataContractAttribute(Name := "EntityStagingBatchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Class EntityStagingBatchCriteria

Constructors

Name Description
System_CAPS_pubmethod EntityStagingBatchCriteria()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingBatchCriteria class.

Properties

Name Description
System_CAPS_pubproperty BatchId

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an identifier that uniquely identifies the batch.

System_CAPS_pubproperty BatchSelectionMode

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a selection of entity staging batch.

System_CAPS_pubproperty BatchTag

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a user-defined batch tag.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top