Table of Contents

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

targetType Type

Fields

OrderDecrease

public int OrderDecrease

Field Value

int

TargetType

public Type TargetType

Field Value

Type