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