Table of Contents

Class FieldSpec<T, U>

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public class FieldSpec<T, U> : FieldSpec<T, U, IEntity?> where T : class, IHasChanges where U : FieldBase<T, IEntity?>

Type Parameters

T
U
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

label string
helpText string
rows int
maxLength int?
isAdminOnly bool

FieldSpec(PropertyInfo)

public FieldSpec(PropertyInfo metadata)

Parameters

metadata PropertyInfo