Click or drag to resize
DeserializationDefinition Properties

The DeserializationDefinition type exposes the following members.

Properties
  NameDescription
Public propertyMemberSetFunc
Gets or sets the func which sets the member with the value converted from the string passed in.
Public propertyMemberSetFuncPerNameValue
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.
Public propertyNameAttributeName
Gets or sets the name of the name attribute, if the target type is attributes. Default is "Name"
Public propertyTargetType
Gets or sets the target type of the serialization.
Public propertyValueAttributeName
Gets or sets the name of the value attribute, if the target type is attributes. Default is "Value"
Top
See Also