Class ScreenConfigurationService
- Namespace
- Dynamicweb.CoreUI.Data.ScreenConfiguration
- Assembly
- Dynamicweb.CoreUI.dll
public static class ScreenConfigurationService
- Inheritance
-
ScreenConfigurationService
- Inherited Members
Methods
GetModelFields(Type?)
public static IEnumerable<ModelFieldInfo> GetModelFields(Type? modelType)
Parameters
modelType
Type
Returns
GetModelFields(Type?, Type?)
public static IEnumerable<ModelFieldInfo> GetModelFields(Type? modelType, Type? screenType)
Parameters
Returns
GetModelFields<TModel>()
public static IEnumerable<ModelFieldInfo> GetModelFields<TModel>()
Returns
Type Parameters
TModel
GetScreenFields(Type)
public static IEnumerable<ModelFieldInfo> GetScreenFields(Type screenType)
Parameters
screenType
Type