Click or drag to resize
AssetMatchByTaskCodeCommand Class
This command allows integration client to search for assets under specified parent; with two additional criteria: (a) only assets belonging to specified categories included into the search; (b) asset model must have task with the specified code.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsAssetMatchByTaskCodeCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class AssetMatchByTaskCodeCommand : CommandRequest

The AssetMatchByTaskCodeCommand type exposes the following members.

Properties
  NameDescription
Public propertyAssetCategories
Array of AssetType enumeration values. Empty array (i.e. containing zero items) is acceptable.
Public propertyParentAssetId
Parent asset ID, required.
Public propertyRecordCount
Number of records to return (no more than X). 0 value is acceptable.
Public propertyTaskCode
Required (zero-length and null values are not allowed)
Top
See Also