Click or drag to resize

PFFieldDeserializeSettingsT Method

Deserializes settings using a specific PFFieldSettings class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected static PFFieldSettings DeserializeSettings<T>(
	string serializedSettings
)
where T : PFFieldSettings

Parameters

serializedSettings
Type: SystemString

Type Parameters

T

Return Value

Type: PFFieldSettings
See Also