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

GetScreenConfiguration(Type)

public static ScreenConfiguration GetScreenConfiguration(Type screenType)

Parameters

screenType Type

Returns

ScreenConfiguration

GetScreenConfiguration(Type, long?)

public static ScreenConfiguration GetScreenConfiguration(Type screenType, long? presetId)

Parameters

screenType Type
presetId long?

Returns

ScreenConfiguration

GetScreenFields(Type)

public static IEnumerable<ModelFieldInfo> GetScreenFields(Type screenType)

Parameters

screenType Type

Returns

IEnumerable<ModelFieldInfo>
To top