ValidationSearchCriteria Class

Definition

Criteria when searching for validation issues.

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

Remarks

The ValidationSearchCriteria specifies the criteria when searching for validation issues.

Constructors

ValidationSearchCriteria()

Default constructor

Properties

EntityId

Specifies the entity the issues for.

Members

Specifies the members the issues for.

MemberTypeId

Specifies the type of members you want the issues for.

ModelId

Specifies the model to search for

OmitEntitySummary

Specifies whether to omit entity summary items from the response.

OmitIssuesList

Specifies whether to omit the list of validation issues from the response.

OmitSummary

Specifies whether to omit summary items from the response.

PageNumber

Specifies the page number.

PageSize

Specifies the page size.

SortColumn

Specifies the sort column.

SortDirection

Specifies the sort direction.

UserId

Specifies the user the issues for.

VersionId

Specifies the version to search for

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