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