GrapeCity.Win.MultiRow.Serialization Namespace : SerializeType Enumeration |
Public Enum SerializeType Inherits System.Enum
Dim instance As SerializeType
public enum SerializeType : System.Enum
Member | Description |
---|---|
AsAttribute | Indicates the type should be serialized as an attribute in an xml document. |
AsBinary | Indicates the instance should be serialized as an binary element in the resource segment. The property element references this element. |
AsEmbeddedElement | Indicates the type should be serialized as an element and embedded in the property's element. |
AsReferenceElement | Indicates the instance should be serialized as an element in the resource segment. The property element references this element. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.Serialization.SerializeType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2