Skip to content
Concord

Class PatchBeforeAttribute

Namespace
Concord
Assembly
Concord.Orchestration.dll

Orders this patch declaration before patches owned by the named type or owner.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class PatchBeforeAttribute : Attribute
Inheritance
PatchBeforeAttribute
Inherited Members

Constructors

PatchBeforeAttribute(string)

Creates an ordering constraint for a patch owner string.

public PatchBeforeAttribute(string owner)

Parameters

owner string

The owner that should run after this declaration.

PatchBeforeAttribute(Type)

Creates an ordering constraint for a referenced patch type.

public PatchBeforeAttribute(Type patchType)

Parameters

patchType Type

The patch declaration that should run after this declaration.

Properties

Owner

The owner that should run after this declaration.

public string Owner { get; }

Property Value

string