Click or drag to resize

DeserializationDefinitionMemberSetFuncPerNameValue Property

Gets or sets the member set func per name value, which is the set of NameAttributeValue - Func pairs, one per value of a Name attribute to read if TargetType is set to attributes. Not used if targettype is set to another target than attributes.

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Dictionary<string, Action<string>> MemberSetFuncPerNameValue { get; set; }

Property Value

Type: DictionaryString, ActionString
See Also