AbstractSimpleDataContainer ParentObjectType  RegisterColumn Method (String, Func ParentObjectType, Object )Kentico 8.1 API Reference
Registers the given Column to the object

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

columnName
Type: OnlineSystem String
Column name
lambdaExpr
Type: OnlineSystem Func ParentObjectType, OnlineObject 
Lamda expression for the getter of the property (object, parameter) => return value

Return Value

Type: PropertySettings ParentObjectType 
See Also