FeatureMap<TFeature> Class

Namespace
Microsoft.AspNetCore.Owin.OwinEnvironment
Assemblies
  • Microsoft.AspNetCore.Owin

Syntax

public class FeatureMap<TFeature> : OwinEnvironment.FeatureMap
class Microsoft.AspNetCore.Owin.OwinEnvironment.FeatureMap<TFeature>

Constructors

FeatureMap(System.Func<TFeature, System.Object>)
public FeatureMap(Func<TFeature, object> getter)
FeatureMap(System.Func<TFeature, System.Object>, System.Action<TFeature, System.Object>)
public FeatureMap(Func<TFeature, object> getter, Action<TFeature, object> setter)
FeatureMap(System.Func<TFeature, System.Object>, System.Func<System.Object>)
public FeatureMap(Func<TFeature, object> getter, Func<object> defaultFactory)
FeatureMap(System.Func<TFeature, System.Object>, System.Func<System.Object>, System.Action<TFeature, System.Object>)
public FeatureMap(Func<TFeature, object> getter, Func<object> defaultFactory, Action<TFeature, object> setter)
FeatureMap(System.Func<TFeature, System.Object>, System.Func<System.Object>, System.Action<TFeature, System.Object>, System.Func<TFeature>)
public FeatureMap(Func<TFeature, object> getter, Func<object> defaultFactory, Action<TFeature, object> setter, Func<TFeature> featureFactory)