Compartir a través de


Clase ValidationSearchCriteria

Represents the criteria when searching for validation issues.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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

El tipo ValidationSearchCriteria expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts