Classe ValidationSearchCriteria
Represents the criteria when searching for validation issues.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.ValidationSearchCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
Inherits DataContractBase
'Uso
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
O tipo ValidationSearchCriteria expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ValidationSearchCriteria | Initializes a new instance of the ValidationSearchCriteria class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
SetProperty<T> | Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts