Freigeben über


ValidationSearchCriteria-Klasse

Represents the criteria when searching for validation issues.

Vererbungshierarchie

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

Der ValidationSearchCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace