Compartir a través de


Clase ValidationSearchCriteria

Specifies search criteria for a validation get request.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 globally unique identifier (GUID) or the name of an entity to further restrict output.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Members Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
Propiedad pública MemberTypeId Gets or sets the member type.
Propiedad pública ModelId Gets or sets the globally unique identifier (GUID) or the name of a model.
Propiedad pública OmitIssuesList Gets or sets whether to omit the list of validation issues from the response.
Propiedad pública OmitSummary Gets or sets whether to omit the summary 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 user ID. Issues are assigned to all users who can correct them.
Propiedad pública VersionId Gets or sets the globally unique identifier (GUID) or the name of a 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 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