Class Package
A package is a shortcute for custom task, but with the TaskType "PACKAGE".
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.Logging
Assembly: ETLBox.dll
Syntax
public class Package : ControlFlowTask, ILoggableTask
Constructors
Package()
Declaration
public Package()
Package(String)
Declaration
public Package(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Package(String, Action)
Declaration
public Package(string name, Action tasks)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Action | tasks |
Properties
TaskName
Declaration
public override string TaskName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Tasks
Declaration
public Action Tasks { get; set; }
Property Value
Type | Description |
---|---|
System.Action |
Methods
Execute()
Declaration
public void Execute()
Execute(String, Action)
Declaration
public static void Execute(string name, Action tasks)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Action | tasks |