ValidationSearchCriteria Class
Criteria when searching for validation issues.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ValidationSearchCriteria
| Name | Description | |
|---|---|---|
![]() | ValidationSearchCriteria() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the entity of the issues for. |
![]() | Members | Gets or sets the members of the issues for. |
![]() | MemberTypeId | Gets or sets the type of members you want the issues for. |
![]() | ModelId | Gets or sets the model to search for. |
![]() | OmitEntitySummary | Gets or sets a value that indicates whether to omit entity summary items from the response. |
![]() | OmitIssuesList | Gets or sets a value that indicates whether to omit the list of validation issues from the response. |
![]() | OmitSummary | Gets or sets whether the search criteria omits the summary items from the response. |
![]() | PageNumber | Gets or sets the page number. |
![]() | PageSize | Gets or sets the page size. |
![]() | SortColumn | Gets or sets the sort column. |
![]() | SortDirection | Gets or sets the sort direction. |
![]() | UserId | Gets or sets the user the issues for. |
![]() | VersionId | Gets or sets the version to search for. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The ValidationSearchCriteria specifies the criteria when searching for validation issues.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


