Поделиться через


Класс ValidationSearchCriteria

Represents the criteria when searching for validation issues.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
    Inherits DataContractBase
'Применение
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

Тип ValidationSearchCriteria обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

В начало

Свойства

  Имя Описание
Открытое свойство EntityId Gets or sets the identifier of an entity.
Открытое свойство Members Gets or sets the members for the search.
Открытое свойство MemberTypeId Gets or sets the identifier of the member type.
Открытое свойство ModelId Gets or sets the identifier of the model.
Открытое свойство OmitIssuesList Gets or sets a value that indicates whether the list of validation issues omit 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 identifier of the user.
Открытое свойство VersionId Gets or sets the identifier of the version.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts