Click or drag to resize
IFdfEditableGetProperties Method
Returns properties associated with the object instance during run-time.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
FdfPropertyCollection GetProperties(
	ref FdfSetting setting = null
)

Parameters

setting (Optional)
Type: FDF.Common.RuntimeFdfSetting

Return Value

Type: FdfPropertyCollection
Remarks
Default value has to be an empty collection in implementing class.
See Also