Skip to content

CustomAction

ClassAssetInventoryAssetInventory.Editor
public sealed class CustomAction

Persistent named Automator workflow with its ordered Asset Inventory action steps and last execution state.

public CustomAction()

public CustomAction(string name)

Creates an empty saved Automator action with the supplied display name.

Parameters

Name Type
name System.String

public override string ToString()

Returns

System.String

[PrimaryKey]
[AutoIncrement]
public int Id { get; set; }

Returns

System.Int32

[Indexed]
[Collation("NOCASE")]
public string Name { get; set; }

Returns

System.String

public string Description { get; set; }

Returns

System.String

public bool StopOnFailure { get; set; }

Returns

System.Boolean

public CustomAction.Mode RunMode { get; set; }

Returns

AssetInventory.CustomAction.Mode