ValidationSearchCriteria Class

Represents the criteria for a validation search.

Inheritance Hierarchy

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria
'Usage
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

The ValidationSearchCriteria type exposes the following members.

Constructors

  Name Description
Public method ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Top

Properties

  Name Description
Public property EntityId Gets or sets a GUID or the Name of an Entity to further restrict output.
Public property Members Gets or sets Member Codes (in combination with Entity) to retrieve transactions for one or more specific members.
Public property MemberTypeId Gets or sets a MemberType: Leaf, Consolidation, Collection.
Public property ModelId Gets or sets a GUID or the exact Name of a Model.
Public property UserId Gets or sets the user. Issues are assigned to all users who can correct them.
Public property VersionId Gets or sets a GUID or the exact Name of a Version.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.