Compartir a través de


Clase ValidationSearchCriteria

Represents the criteria for a validation search.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria
'Uso
Dim instance As ValidationSearchCriteria
[DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSearchCriteria
[DataContractAttribute(Name = L"ValidationSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationSearchCriteria
[<DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSearchCriteria =  class end
public class ValidationSearchCriteria

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 a GUID or the Name of an Entity to further restrict output.
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 a MemberType: Leaf, Consolidation, Collection.
Propiedad pública ModelId Gets or sets a GUID or the exact Name of a Model.
Propiedad pública UserId Gets or sets the user. Issues are assigned to all users who can correct them.
Propiedad pública VersionId Gets or sets a GUID or the exact 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.