RegisteredProperties ParentObjectType  Add PropertyType  Method (String, Object, Func ParentObjectType, Object, Object , Action ParentObjectType, Object, Object )Kentico 8.0 API Reference
Registers the given parameterized property to the object.

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

Parameters

propertyName
Type: OnlineSystem String
Property name
parameter
Type: OnlineSystem Object
Parameter for the lambda expression
lambdaExpr
Type: OnlineSystem Func ParentObjectType, OnlineObject, OnlineObject 
Lambda expression for the getter of the property (object, parameter) => return value
setLambdaExpr
Type: OnlineSystem Action ParentObjectType, OnlineObject, OnlineObject 
Lambda expression for the setter of the property (object, parameter, value) => set

Return Value

Type: PropertySettings ParentObjectType 
See Also