Class ExecuteAfterAttribute
- Namespace
- Netick
- Assembly
- Netick.dll
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class ExecuteAfterAttribute : Attribute
- Inheritance
-
ExecuteAfterAttribute
- Inherited Members
Constructors
ExecuteAfterAttribute(Type)
public ExecuteAfterAttribute(Type targetType)
Parameters
targetType
Type
Fields
orderIncrease
public int orderIncrease
Field Value
targetType
public Type targetType