| AssetMatchByTaskCodeCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class AssetMatchByTaskCodeCommand : CommandRequest
The AssetMatchByTaskCodeCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| AssetCategories |
Array of AssetType enumeration values. Empty array (i.e. containing zero items) is acceptable.
| |
| ParentAssetId |
Parent asset ID, required.
| |
| RecordCount |
Number of records to return (no more than X). 0 value is acceptable.
| |
| TaskCode |
Required (zero-length and null values are not allowed)
|