ValidationSearchCriteria Class
Specifies search criteria for a validation get request.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.ValidationSearchCriteria
Name | Description | |
---|---|---|
![]() | ValidationSearchCriteria() | Initializes a new instance of the ValidationSearchCriteria class. |
Name | Description | |
---|---|---|
![]() | EntityId | Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | 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. |
![]() | OmitIssuesList | Gets or sets whether to omit the list of validation issues from the response. |
![]() | OmitSummary | Gets or sets whether to omit the summary from the response. |
![]() | PageNumber | Gets or sets the page number. |
![]() | PageSize | Gets or sets the page size. |
![]() | SortColumn | Gets or sets the sort column. |
![]() | SortDirection | Gets or sets the sort direction. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.