Class FieldBase<T, TView>
public abstract class FieldBase<T, TView> : FieldBase<T>, IField<T>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo
Type Parameters
TTView
- Inheritance
-
FieldBase<T>FieldBase<T, TView>
- Implements
-
IField<T>
- Derived
- Inherited Members
- Extension Methods
Constructors
FieldBase(ISurface, string, string)
protected FieldBase(ISurface surface, string label, string @namespace)
Parameters
Properties
Content
Templated field content
public override IField Content { get; }