CustomActionStep
public sealed class CustomActionStepPersistent action-step entry that links an Automator step definition to its saved parameter values and execution order.
Constructors
Section titled “Constructors”
CustomActionStep()
Section titled “CustomActionStep()”public CustomActionStep()Methods
Section titled “Methods”
ResolveValues()
Section titled “ResolveValues()”public void ResolveValues()Resolves the referenced Automator step definition and deserializes its saved parameter values for editing or execution.
PersistValues()
Section titled “PersistValues()”public void PersistValues()Serializes the current Automator parameter values into the compact form stored with the custom action.
ToString()
Section titled “ToString()”public override string ToString()Returns
System.String
Properties
Section titled “Properties”
[PrimaryKey][AutoIncrement]public int Id { get; set; }Returns
System.Int32
ActionId
Section titled “ActionId”public int ActionId { get; set; }Returns
System.Int32
public string Key { get; set; }Returns
System.String
OrderIdx
Section titled “OrderIdx”public int OrderIdx { get; set; }Returns
System.Int32
Params
Section titled “Params”public string Params { get; set; }Returns
System.String
StepDef
Section titled “StepDef”[Ignore]public ActionStep StepDef { get; set; }Returns
Automator.ActionStep
Values
Section titled “Values”[Ignore]public List<ParameterValue> Values { get; set; }Returns
System.Collections.Generic.List{Automator.ParameterValue}