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
-
objectAttributeAfterForgeAttribute
Constructors
AfterForgeAttribute(string)
Creates a new AfterForgeAttribute.
public AfterForgeAttribute(string methodName)
Parameters
methodNamestringThe 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