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