Class FieldSpec<T, U>
public class FieldSpec<T, U> : FieldSpec<T, U, IEntity?> where T : class, IHasChanges where U : FieldBase<T, IEntity?>
Type Parameters
TU
- Inheritance
-
FieldSpec<T, U>
- Inherited Members
Constructors
FieldSpec(string?, string?, int, int?, bool)
public FieldSpec(string? label, string? helpText = null, int rows = 1, int? maxLength = null, bool isAdminOnly = false)
Parameters
FieldSpec(PropertyInfo)
public FieldSpec(PropertyInfo metadata)
Parameters
metadataPropertyInfo