Click or drag to resize

SerializationDefinitionTargetType Enumeration

Enum definition for the serialization definition target

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public enum SerializationDefinitionTargetType
Members
  Member nameValueDescription
NormalElement0 Serialize the element data as a normal element
CDataElement1 Serialize the element data as a CData element
Attributes2 Serialize the element as attributes like Name="" Value="".
See Also