DeserializationDefinition Constructor (ActionString, SerializationDefinitionTargetType, String, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic DeserializationDefinition(
	Action<string> memberSetFunc,
	SerializationDefinitionTargetType targetType,
	string nameAttributeName,
	string valueAttributeName
)
Public Sub New ( 
	memberSetFunc As Action(Of String),
	targetType As SerializationDefinitionTargetType,
	nameAttributeName As String,
	valueAttributeName As String
)
Parameters
- memberSetFunc
 - Type: SystemActionString
The member set func. - targetType
 - Type: SD.LLBLGen.Pro.CoreSerializationDefinitionTargetType
Type of the target. - nameAttributeName
 - Type: SystemString
Name of the name attribute. - valueAttributeName
 - Type: SystemString
Name of the value attribute. 
See Also