GrapeCity MultiRow Windows Forms Documentation
SerializeType Enumeration


Indicates the serialization type.
Syntax
Public Enum SerializeType 
   Inherits System.Enum
Dim instance As SerializeType
public enum SerializeType : System.Enum 
Members
MemberDescription
AsAttributeIndicates the type should be serialized as an attribute in an xml document.
AsBinaryIndicates the instance should be serialized as an binary element in the resource segment. The property element references this element.
AsEmbeddedElementIndicates the type should be serialized as an element and embedded in the property's element.
AsReferenceElementIndicates the instance should be serialized as an element in the resource segment. The property element references this element.
Remarks
This class is used by MultiRow's default serializing logic. Using it directly is not recommended.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.Serialization.SerializeType

Requirements

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

See Also

Reference

GrapeCity.Win.MultiRow.Serialization Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.