Class ScreenConfigurationProvider
- Namespace
- Dynamicweb.CoreUI.Screens
- Assembly
- Dynamicweb.CoreUI.dll
Base class for screen configuration providers
public abstract class ScreenConfigurationProvider
- Inheritance
-
ScreenConfigurationProvider
- Derived
- Inherited Members
Properties
Rank
Gets or sets value indicating the rank of current provider comparing to other
public int Rank { get; set; }
Property Value
Methods
GetScreenConfiguration(object?)
Method called for getting provider screen configuration
public abstract ScreenConfiguration? GetScreenConfiguration(object? candidate)
Parameters
candidate
objectObject helps to build correct screen configuration