Clase ValidationSearchCriteria
Specifies search criteria for a validation get request.
Jerarquía de herencia
System. . :: . .Object
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 _
Implements IExtensibleDataObject
'Uso
Dim instance As ValidationSearchCriteria
[DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSearchCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"ValidationSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationSearchCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSearchCriteria =
class
interface IExtensibleDataObject
end
public class ValidationSearchCriteria implements IExtensibleDataObject
El tipo ValidationSearchCriteria expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ValidationSearchCriteria | Initializes a new instance of the ValidationSearchCriteria class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
EntityId | Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output. | |
ExtensionData | Gets or sets an object that contains extra data. | |
Members | Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members. | |
MemberTypeId | Gets or sets the member type. | |
ModelId | Gets or sets the globally unique identifier (GUID) or the name of a model. | |
UserId | Gets or sets the user ID. Issues are assigned to all users who can correct them. | |
VersionId | Gets or sets the globally unique identifier (GUID) or the name of a version. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.