Creates new instance of parametrized property with a setter
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- name
- Type: System String
Property name
- lambdaExpr
- Type: System Func InfoType, Object, Object
Lamda expression for the getter of the property (object, parameter) => return value
- setLambdaExpr
- Type: System Action InfoType, Object, Object
Lamda expression for the setter of the property (object, parameter, value) => set
- parameter
- Type: System Object
Parameter to pass to the lambda functions
- propertyType
- Type: System Type
Property type
See Also