menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XDLSHolder - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XDLSHolder

    Summary description for DLSXmlHolder.

    Inheritance
    System.Object
    XDLSHolder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.DocIO.DLS.XML
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class XDLSHolder

    Constructors

    XDLSHolder()

    Initializes a new instance of the XDLSHolder class.

    Declaration
    public XDLSHolder()

    Properties

    Cleared

    Gets or sets a value indicating whether this XDLSHolder is cleared.

    Declaration
    public bool Cleared { get; set; }
    Property Value
    Type Description
    System.Boolean

    if it cleared, set to true.

    EnableID

    Gets or sets a value indicating whether [enable ID].

    Declaration
    public bool EnableID { get; set; }
    Property Value
    Type Description
    System.Boolean

    If it is enable ID, set to true.

    ID

    Gets or sets the ID.

    Declaration
    public int ID { get; set; }
    Property Value
    Type Description
    System.Int32

    The ID.

    SkipMe

    Gets or sets a value indicating whether [skip me].

    Declaration
    public bool SkipMe { get; set; }
    Property Value
    Type Description
    System.Boolean

    If it specifies to skip, set to true.

    Methods

    AddElement(String, Object)

    Adds the element.

    Declaration
    public void AddElement(string tagName, object value)
    Parameters
    Type Name Description
    System.String tagName

    Name of the tag.

    System.Object value

    The value.

    AddRefElement(String, Object)

    Adds the ref element.

    Declaration
    public void AddRefElement(string tagName, object value)
    Parameters
    Type Name Description
    System.String tagName

    Name of the tag.

    System.Object value

    The value.

    AfterDeserialization(IXDLSSerializable)

    After the deserialization.

    Declaration
    public void AfterDeserialization(IXDLSSerializable owner)
    Parameters
    Type Name Description
    IXDLSSerializable owner

    The owner.

    BeforeSerialization()

    Before the serialization.

    Declaration
    public void BeforeSerialization()

    ReadHolder(IXDLSContentReader)

    Reads the holder.

    Declaration
    public bool ReadHolder(IXDLSContentReader reader)
    Parameters
    Type Name Description
    IXDLSContentReader reader

    The reader.

    Returns
    Type
    System.Boolean

    WriteHolder(IXDLSContentWriter)

    Writes the holder.

    Declaration
    public void WriteHolder(IXDLSContentWriter writer)
    Parameters
    Type Name Description
    IXDLSContentWriter writer

    The writer.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved