SerializationDefinition Class |
Namespace: SD.LLBLGen.Pro.Core.Xml
The SerializationDefinition type exposes the following members.
Name | Description | |
---|---|---|
SerializationDefinition(String, FuncString) |
Initializes a new instance of the SerializationDefinition class.
| |
SerializationDefinition(String, FuncString, SerializationDefinitionTargetType) |
Initializes a new instance of the SerializationDefinition class.
| |
SerializationDefinition(String, FuncString, SerializationDefinitionTargetType, String, String) |
Initializes a new instance of the SerializationDefinition class.
|
Name | Description | |
---|---|---|
ElementName |
Gets or sets the name of the element this serialization is for. This value is serialized as the element name if attributes aren't used
and is serialized as the value of the Name attribute if attributes are used.
| |
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"
| |
ValueProducerFunc |
Gets or sets the value producer func
|
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.) |