Click or drag to resize

DeserializationDefinition Constructor (Action<String>, SerializationDefinitionTargetType, String, String)

Initializes a new instance of the DeserializationDefinition class.

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public DeserializationDefinition(
	Action<string> memberSetFunc,
	SerializationDefinitionTargetType targetType,
	string nameAttributeName,
	string valueAttributeName
)

Parameters

memberSetFunc
Type: System.Action<String>
The member set func.
targetType
Type: SD.LLBLGen.Pro.Core.SerializationDefinitionTargetType
Type of the target.
nameAttributeName
Type: System.String
Name of the name attribute.
valueAttributeName
Type: System.String
Name of the value attribute.
See Also