ValidationSearchCriteria 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.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |