DeserializationDefinition Class |
Namespace: SD.LLBLGen.Pro.Core.Xml
The DeserializationDefinition type exposes the following members.
Name | Description | |
---|---|---|
DeserializationDefinition(ActionString) |
Initializes a new instance of the DeserializationDefinition class.
| |
DeserializationDefinition(ActionString, SerializationDefinitionTargetType) |
Initializes a new instance of the DeserializationDefinition class.
| |
DeserializationDefinition(ActionString, SerializationDefinitionTargetType, String, String) |
Initializes a new instance of the DeserializationDefinition class.
|
Name | Description | |
---|---|---|
MemberSetFunc |
Gets or sets the func which sets the member with the value converted from the string passed in.
| |
MemberSetFuncPerNameValue |
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.
| |
NameAttributeName |
Gets or sets the name of the name attribute, if the target type is attributes. Default is "Name"
| |
TargetType |
Gets or sets the target type of the serialization.
| |
ValueAttributeName |
Gets or sets the name of the value attribute, if the target type is attributes. Default is "Value"
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |