WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IXDLSSerializableCollection

    Show / Hide Table of Contents

    Interface IXDLSSerializableCollection

    Represents required functionality for serialization by XDLSReader/Writer. Used for collections/lists implementation

    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 Description
    IXDLSSerializable

    Extension Methods

    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved