SerializationDefinition Constructor (String, FuncString, SerializationDefinitionTargetType, String, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic SerializationDefinition(
	string elementName,
	Func<string> valueProducerFunc,
	SerializationDefinitionTargetType targetType,
	string nameAttributeName,
	string valueAttributeName
)
Public Sub New ( 
	elementName As String,
	valueProducerFunc As Func(Of String),
	targetType As SerializationDefinitionTargetType,
	nameAttributeName As String,
	valueAttributeName As String
)
Parameters
- elementName
 - Type: SystemString
Name of the element. - valueProducerFunc
 - Type: SystemFuncString
The value producer 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