Show / Hide Table of Contents

Class AppLayersMap

Application layers mapping to keep ordered registration of middlewares.

Inheritance
System.Object
AppLayersMap
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.Core.dll
Syntax
public class AppLayersMap : object

Constructors

| Improve this Doc View Source

AppLayersMap(IContainerResolver)

Declaration
public AppLayersMap(IContainerResolver resolver)
Parameters
Type Name Description
IContainerResolver resolver

Methods

| Improve this Doc View Source

AddAfterAuthenticationAppLayer(Type)

Adds user defined IAfterAuthenticationAppLayer.

Declaration
public void AddAfterAuthenticationAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddAfterAuthenticationAppLayer<T>()

Adds user defined IAfterAuthenticationAppLayer.

Declaration
public void AddAfterAuthenticationAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddAuthenticationBarrierAppLayer(Type)

Adds user defined IAuthenticationBarrierAppLayer.

Declaration
public void AddAuthenticationBarrierAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddAuthenticationBarrierAppLayer<T>()

Adds user defined IAuthenticationBarrierAppLayer.

Declaration
public void AddAuthenticationBarrierAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddBeforeAuthenticationAppLayer(Type)

Adds user defined IBeforeAuthenticationAppLayer.

Declaration
public void AddBeforeAuthenticationAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddBeforeAuthenticationAppLayer<T>()

Adds user defined IBeforeAuthenticationAppLayer.

Declaration
public void AddBeforeAuthenticationAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddBusinessAppLayer(Type)

Adds user defined IBusinessAppLayer.

Declaration
public void AddBusinessAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddBusinessAppLayer<T>()

Adds user defined IBusinessAppLayer.

Declaration
public void AddBusinessAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddErrorHandlingAppLayer(Type)

Adds user defined IErrorHandlingAppLayer.

Declaration
public void AddErrorHandlingAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddErrorHandlingAppLayer<T>()

Adds user defined IErrorHandlingAppLayer.

Declaration
public void AddErrorHandlingAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddExternalAuthenticationAppLayer(Type)

Adds user defined IExternalAuthenticationAppLayer.

Declaration
public void AddExternalAuthenticationAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddExternalAuthenticationAppLayer<T>()

Adds user defined IExternalAuthenticationAppLayer.

Declaration
public void AddExternalAuthenticationAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddGlobalHandlingAppLayer(Type)

Adds user defined IGlobalHandlingAppLayer.

Declaration
public void AddGlobalHandlingAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddGlobalHandlingAppLayer<T>()

Adds user defined IGlobalHandlingAppLayer.

Declaration
public void AddGlobalHandlingAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

AddInternalAuthenticationAppLayer(Type)

Adds user defined IInternalAuthenticationAppLayer.

Declaration
public void AddInternalAuthenticationAppLayer(Type appLayerType)
Parameters
Type Name Description
Type appLayerType

Application layer instance type.

| Improve this Doc View Source

AddInternalAuthenticationAppLayer<T>()

Adds user defined IInternalAuthenticationAppLayer.

Declaration
public void AddInternalAuthenticationAppLayer<T>()where T : class, IAppLayer
Type Parameters
Name Description
T

Application layer instance type.

| Improve this Doc View Source

GetMap()

Returns application layers map.

Declaration
public Dictionary<Type, List<IAppLayer>> GetMap()
Returns
Type Description
Dictionary<Type, List<IAppLayer>>

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.