Class StructurePatchingHelper.TypeAction
Action to apply for a given type, when a Property of that type is encountered
Inheritance
StructurePatchingHelper.TypeAction
Assembly: SoCore.dll
Syntax
public sealed class TypeAction : MulticastDelegate
Constructors
TypeAction(Object, IntPtr)
Action to apply for a given type, when a Property of that type is encountered
Declaration
public TypeAction(object object, IntPtr method)
Parameters
Methods
BeginInvoke(Object, Attribute[], String, AsyncCallback, Object)
Action to apply for a given type, when a Property of that type is encountered
Declaration
public virtual IAsyncResult BeginInvoke(object value, Attribute[] decorations, string propertyName, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Action to apply for a given type, when a Property of that type is encountered
Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(Object, Attribute[], String)
Action to apply for a given type, when a Property of that type is encountered
Declaration
public virtual object Invoke(object value, Attribute[] decorations, string propertyName)
Parameters
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)