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