Table of Contents

TCustomXmlPart Class

Implements a custom XML part as described in https://msdn.microsoft.com/en-us/library/bb608618.aspx

Syntax

Namespace: FlexCel.Core

public class TCustomXmlPart

Constructors

Methods

Name Description
Equals Returns true if both objects have the same contents.
GetHashCode Returns the hashcode for the object.
Clone Returns a deep copy of the object.

Properties

Name Description
Id Id of the part. This must be an unique identifier.
Xml Xml content of the part.
Schemas A list of schemas associated with the part. When you set this value the array will be cloned, so you can then modify the original array and it won't modify the part.