Class SubProcess
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
public abstract class SubProcess : ActionIn<Importer>
Properties
id
Declaration
public override int id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
menuPathRuleEngine
Declaration
public override string menuPathRuleEngine { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
menuPathToolbox
Declaration
public override string menuPathToolbox { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
name
Declaration
public abstract string name { get; }
Property Value
Type | Description |
---|---|
System.String |
tooltip
Declaration
public override string tooltip { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
onBeforeDraw(ImportSettings)
Declaration
public abstract void onBeforeDraw(ImportSettings importSettings)
Parameters
Type | Name | Description |
---|---|---|
ImportSettings | importSettings |