Table of Contents

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

int

targetType

public Type targetType

Field Value

Type