StagingResultCriteria Class

 

Represents the criteria for the staging batch result.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.StagingResultCriteria

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod StagingResultCriteria()

Initializes a new instance of the StagingResultCriteria class.

Properties

Name Description
System_CAPS_pubproperty All

Gets or sets a value that indicates whether all data should be returned.

System_CAPS_pubproperty Attributes

Gets or sets a value that indicates whether attributes should be returned.

System_CAPS_pubproperty Members

Gets or sets a value that indicates whether members should be returned.

System_CAPS_pubproperty PageSize

Gets or sets the number of rows to return.

System_CAPS_pubproperty Relationships

Gets or sets a value that indicates whether relationships should be returned.

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_protmethod SetProperty<T>(T, T, String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the property using the specified values.(Inherited from DataContractBase.)

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