Class FormSectionViewModel<TPropertiesType>
View model for a section with properties.
public abstract class FormSectionViewModel<TPropertiesType> where TPropertiesType : IFormSectionProperties
Type Parameters
TPropertiesType
Type of the section properties.
- Inheritance
-
objectFormSectionViewModel<TPropertiesType>
- Extension Methods
Properties
Properties
Properties of the section
public TPropertiesType Properties { get; protected set; }
Property Value
- TPropertiesType