CustomAction
[Serializable]public sealed class CustomActionNo description is available for this type.
Properties
Section titled “Properties”
public int Id { get; set; }No description is available for this member.
Returns
System.Int32 — No return description is available.
[Indexed][Collation("NOCASE")]public string Name { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
Description
Section titled “Description”public string Description { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
StopOnFailure
Section titled “StopOnFailure”public bool StopOnFailure { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
RunMode
Section titled “RunMode”public CustomAction.Mode RunMode { get; set; }No description is available for this member.
Returns
AssetInventory.CustomAction.Mode — No return description is available.
Constructors
Section titled “Constructors”
CustomAction()
Section titled “CustomAction()”public CustomAction()No description is available for this member.
CustomAction(string)
Section titled “CustomAction(string)”public CustomAction(string name)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String |
Methods
Section titled “Methods”
ToString()
Section titled “ToString()”public override string ToString()No description is available for this member.
Returns
System.String — No return description is available.