Share via


ValidationSearchCriteria Class

Represents the criteria when searching for validation issues.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
    Inherits DataContractBase
'Usage
Dim instance As ValidationSearchCriteria
[DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSearchCriteria : DataContractBase
[DataContractAttribute(Name = L"ValidationSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationSearchCriteria : public DataContractBase
[<DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSearchCriteria =  
    class 
        inherit DataContractBase 
    end
public class ValidationSearchCriteria extends DataContractBase

The ValidationSearchCriteria type exposes the following members.

Constructors

  Name Description
Public method ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Top

Properties

  Name Description
Public property EntityId Gets or sets the identifier of an entity.
Public property Members Gets or sets the members for the search.
Public property MemberTypeId Gets or sets the identifier of the member type.
Public property ModelId Gets or sets the identifier of the model.
Public property OmitIssuesList Gets or sets a value that indicates whether the list of validation issues omit from the response.
Public property OmitSummary Gets or sets whether the search criteria omits the summary items from the response.
Public property PageNumber Gets or sets the page number.
Public property PageSize Gets or sets the page size.
Public property SortColumn Gets or sets the sort column.
Public property SortDirection Gets or sets the sort direction.
Public property UserId Gets or sets the identifier of the user.
Public property VersionId Gets or sets the identifier of the version.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetProperty<T> Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace