Table of Contents

Class AfterForgeAttribute

Namespace
ForgeMap
Assembly
ForgeMap.Abstractions.dll

Calls a method after forging completes for post-processing.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public sealed class AfterForgeAttribute : Attribute
Inheritance
object
Attribute
AfterForgeAttribute

Constructors

AfterForgeAttribute(string)

Creates a new AfterForgeAttribute.

public AfterForgeAttribute(string methodName)

Parameters

methodName string

The name of the method to call after forging.

Properties

MethodName

Gets the name of the method to call after forging.

public string MethodName { get; }

Property Value

string