Table of Contents

Class FieldEditorProviderBase<T>

Namespace
Dynamicweb.CoreUI.Data.DynamicFields
Assembly
Dynamicweb.CoreUI.dll
public abstract class FieldEditorProviderBase<T> : FieldEditorProviderBase

Type Parameters

T
Inheritance
FieldEditorProviderBase<T>
Inherited Members
Extension Methods

Constructors

FieldEditorProviderBase(T)

public FieldEditorProviderBase(T model)

Parameters

model T

Properties

Model

protected T Model { get; }

Property Value

T

Methods

SaveChanges(FieldGroupCollection)

public override sealed object? SaveChanges(FieldGroupCollection fieldGroupCollection)

Parameters

fieldGroupCollection FieldGroupCollection

Returns

object

SaveModel(FieldGroupCollection)

protected abstract T? SaveModel(FieldGroupCollection fieldGroupCollection)

Parameters

fieldGroupCollection FieldGroupCollection

Returns

T
To top