Click or drag to resize
ReadOnlyMacroObjectWrapperTObjectRegisterPropertyPropertyType Method (String, FuncTObject, Object)
Registers the given property to the object

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
protected PropertySettings<ReadOnlyMacroObjectWrapper<TObject>> RegisterProperty<PropertyType>(
	string propertyName,
	Func<TObject, Object> ex
)
where PropertyType : new()

Parameters

propertyName
Type: SystemString
Property name
ex
Type: SystemFuncTObject, Object
Lambda expression

Type Parameters

PropertyType

Return Value

Type: PropertySettingsReadOnlyMacroObjectWrapperTObject
See Also