Click or drag to resize

FieldKernelCellTypeAttributes Property

CellType-specific attributes dictating the behaviour for the field in a manner specific to the field's CellType. In addition to these CellType-specific attributes, Attributes contains FieldAttrs that apply to all fields regardless of CellType.

Depending on the CellType this property's value will represent attributes from the following enums:

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int CellTypeAttributes { get; set; }

Property Value

Type: Int32

Implements

IFieldCellTypeAttributes
See Also