FeatureMap Class¶
- Namespace
Microsoft.AspNetCore.Owin.OwinEnvironment- Assemblies
- Microsoft.AspNetCore.Owin
Constructors¶
-
FeatureMap(System.Type, System.Func<System.Object, System.Object>)¶ public FeatureMap(Type featureInterface, Func<object, object> getter)
-
FeatureMap(System.Type, System.Func<System.Object, System.Object>, System.Action<System.Object, System.Object>) public FeatureMap(Type featureInterface, Func<object, object> getter, Action<object, object> setter)
-
FeatureMap(System.Type, System.Func<System.Object, System.Object>, System.Func<System.Object>) public FeatureMap(Type featureInterface, Func<object, object> getter, Func<object> defaultFactory)
-
FeatureMap(System.Type, System.Func<System.Object, System.Object>, System.Func<System.Object>, System.Action<System.Object, System.Object>) public FeatureMap(Type featureInterface, Func<object, object> getter, Func<object> defaultFactory, Action<object, object> setter)
-
FeatureMap(System.Type, System.Func<System.Object, System.Object>, System.Func<System.Object>, System.Action<System.Object, System.Object>, System.Func<System.Object>) public FeatureMap(Type featureInterface, Func<object, object> getter, Func<object> defaultFactory, Action<object, object> setter, Func<object> featureFactory)
-
Properties¶
-
Microsoft.AspNetCore.Owin.OwinEnvironment.FeatureMap.CanSet¶ Return type: System.Boolean public bool CanSet { get; }
-