Table of Contents

Class UnboundCellSpec

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public class UnboundCellSpec : CellSpecBase
Inheritance
UnboundCellSpec
Derived
Inherited Members

Constructors

UnboundCellSpec(RenderFragment<IEntity>, string, int, HeaderSpec?, params RelationshipInfo[])

public UnboundCellSpec(RenderFragment<IEntity> buildRenderTree, string label, int order, HeaderSpec? header = null, params RelationshipInfo[] preloads)

Parameters

buildRenderTree RenderFragment<IEntity>
label string
order int
header HeaderSpec
preloads RelationshipInfo[]

Methods

CreateModel(IServices, PropertyBinding?)

public override ColumnModel CreateModel(IServices _, PropertyBinding? binding)

Parameters

_ IServices
binding PropertyBinding

Returns

ColumnModel