Table of Contents

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

IEnumerable<ModelFieldInfo>

GetModelFields(Type?, Type?)

public static IEnumerable<ModelFieldInfo> GetModelFields(Type? modelType, Type? screenType)

Parameters

modelType Type
screenType Type

Returns

IEnumerable<ModelFieldInfo>

GetModelFields<TModel>()

public static IEnumerable<ModelFieldInfo> GetModelFields<TModel>()

Returns

IEnumerable<ModelFieldInfo>

Type Parameters

TModel

GetScreenFields(Type)

public static IEnumerable<ModelFieldInfo> GetScreenFields(Type screenType)

Parameters

screenType Type

Returns

IEnumerable<ModelFieldInfo>
To top