Класс ValidationSearchCriteria

Specifies search criteria for a validation get request.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.ValidationSearchCriteria

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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 globally unique identifier (GUID) or the name of an entity to further restrict output.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Members Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
Открытое свойство MemberTypeId Gets or sets the member type.
Открытое свойство ModelId Gets or sets the globally unique identifier (GUID) or the name of a model.
Открытое свойство OmitIssuesList Gets or sets whether to omit the list of validation issues from the response.
Открытое свойство OmitSummary Gets or sets whether to omit the summary 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 ID. Issues are assigned to all users who can correct them.
Открытое свойство VersionId Gets or sets the globally unique identifier (GUID) or the name of a version.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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