Spread for ASP.NET 7.0 Product Documentation
ICanSerializeXml Interface
Members  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : ICanSerializeXml Interface


Glossary Item Box

Interface that supports serialization to XML of objects that might not be able to save the entire object from the models.

Syntax

Visual Basic (Declaration) 
Public Interface ICanSerializeXml 
   Inherits ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As ICanSerializeXml
C# 
public interface ICanSerializeXml : ISerializeSupport  

Remarks

This interface is used by the StyleInfo, NamedStyleCollection, DefaultSheetStyleModel, and DefaultSheetDataModel objects to determine whether any contained editor, renderer, formatter, cell type, or other object does not support ISerializeSupport.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.