Table of Contents

Class CellSpecBase

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

Constructors

CellSpecBase(string, int, HeaderSpec?, params RelationshipInfo[])

public CellSpecBase(string label, int order, HeaderSpec? header, params RelationshipInfo[] preloads)

Parameters

label string
order int
header HeaderSpec
preloads RelationshipInfo[]

Methods

CreateModel(IServices, PropertyBinding?)

public abstract ColumnModel CreateModel(IServices services, PropertyBinding? binding)

Parameters

services IServices
binding PropertyBinding

Returns

ColumnModel

Rename(string)

public CellSpecBase Rename(string label)

Parameters

label string

Returns

CellSpecBase