Interface IXDLSSerializableCollection
Represents required functionality for serialization by XDLSReader/Writer.
Inherited Members
System.Collections.IEnumerable.GetEnumerator()
Namespace: Syncfusion.DocIO.DLS.XML
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IXDLSSerializableCollection : IEnumerable
Properties
Count
Gets the count.
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count. |
TagItemName
Gets the name of the tag item.
Declaration
string TagItemName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag item. |
Methods
AddNewItem(IXDLSContentReader)
Collection must creates and adds new empty item.
Declaration
IXDLSSerializable AddNewItem(IXDLSContentReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSContentReader | reader |
Returns
Type |
---|
IXDLSSerializable |