Click or drag to resize

TypeConvertedValueExpressionAttribute Constructor


Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public TypeConvertedValueExpressionAttribute(
	string expression,
	Type returnType = null
)
View Source

Parameters

expression  String
C# expression that will evaluate to the type converted property value.
returnType  Type  (Optional)
Return type for specified C# expression; defaults to null to auto-derive the expression return type by pre-parsing expression.
Remarks
When the returnType is known in advance, it is optimal to provide it.
See Also