Click or drag to resize
DeserializationDefinition Class
Simple class which defines a de-serialization action.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.Core.XmlDeserializationDefinition

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class DeserializationDefinition

The DeserializationDefinition type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also