AbstractInfoBaseTInfoRegisterProperty Method (String, Object, FuncTInfo, Object, Object) |
Registers the given parametrized property to the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected PropertySettings<TInfo> RegisterProperty(
string propertyName,
Object parameter,
Func<TInfo, Object, Object> ex
)
Parameters
- propertyName
- Type: SystemString
Property name - parameter
- Type: SystemObject
Parameter for the lambda expression - ex
- Type: SystemFuncTInfo, Object, Object
Lambda expression
Return Value
Type:
PropertySettingsTInfoSee Also