Skip to content
Concord

Class PatchAfterAttribute

Namespace
Concord
Assembly
Concord.Orchestration.dll

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

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

Constructors

PatchAfterAttribute(string)

Creates an ordering constraint for a patch owner string.

public PatchAfterAttribute(string owner)

Parameters

owner string

The owner that should run before this declaration.

PatchAfterAttribute(Type)

Creates an ordering constraint for a referenced patch type.

public PatchAfterAttribute(Type patchType)

Parameters

patchType Type

The patch declaration that should run before this declaration.

Properties

Owner

The owner that should run before this declaration.

public string Owner { get; }

Property Value

string