Show / Hide Table of Contents

Interface IApiControllerContext

Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public interface IApiControllerContext

Methods

Activate(Type)

Declaration
object Activate(Type targetType)
Parameters
Type Name Description
Type targetType
Returns
Type Description
object

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX