Classe ValidationSearchCriteria
Represents the criteria for a validation search.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..ValidationSearchCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<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
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 a GUID or the Name of an Entity to further restrict output. | |
Members | Gets or sets Member Codes (in combination with Entity) to retrieve transactions for one or more specific members. | |
MemberTypeId | Gets or sets a MemberType: Leaf, Consolidation, Collection. | |
ModelId | Gets or sets a GUID or the exact Name of a Model. | |
UserId | Gets or sets the user. Issues are assigned to all users who can correct them. | |
VersionId | Gets or sets a GUID or the exact Name of a 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.) | |
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.