AbstractHierarchicalObjectTObjectRegisterProperty Method (String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected PropertySettings<TObject> RegisterProperty(
string propertyName,
Object parameter,
Func<TObject, Object, Object> ex
)
Parameters
- propertyName
- Type: SystemString
Property name - parameter
- Type: SystemObject
Parameter for the lambda expression - ex
- Type: SystemFuncTObject, Object, Object
Lambda expression
Return Value
Type:
PropertySettingsTObjectSee Also