Class Pass<T>
public abstract class Pass<T> where T : Pass<T>, new()
Type Parameters
T
- Inheritance
-
Pass<T>
- Derived
- Inherited Members
Properties
DisplayName
public virtual string DisplayName { get; }
Property Value
Instance
public static T Instance { get; }
Property Value
- T
QualifiedName
public virtual string QualifiedName { get; }
Property Value
Methods
Execute(BuildContext)
protected abstract void Execute(BuildContext context)
Parameters
context
BuildContext