menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomXmlPart - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomXmlPart

    Represnts the implementation of custom xml part

    Inheritance
    System.Object
    CommonObject
    CustomXmlPart
    Implements
    IParentApplication
    System.IDisposable
    ICustomXmlPart
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class CustomXmlPart : CommonObject, IParentApplication, IDisposable, ICustomXmlPart

    Constructors

    CustomXmlPart(IApplication, Object)

    Creates a new CustomXml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXml object.

    System.Object parent

    Parent object for the new CustomXml object.

    CustomXmlPart(IApplication, Object, String, ICustomXmlSchemaCollection, Int32)

    Creates a new CustomXml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, ICustomXmlSchemaCollection schemas, int index)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXml object.

    System.Object parent

    Parent object for the new CustomXml object.

    System.String id
    ICustomXmlSchemaCollection schemas

    Schemas to be added Range that will be associated with the specified name.

    System.Int32 index

    CustomXmlPart(IApplication, Object, String, ICustomXmlSchemaCollection, Int32, Boolean)

    Creates a new CustomXmlPart object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, ICustomXmlSchemaCollection customXmlSchemaCollection, int index, bool bIsLocal)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXmlPart object.

    System.Object parent

    Parent object for the new CustomXmlPart object.

    System.String id

    ID of the new CustomXmlPart object.

    ICustomXmlSchemaCollection customXmlSchemaCollection
    System.Int32 index
    System.Boolean bIsLocal

    CustomXmlPart(IApplication, Object, String, Byte[], Int32)

    Creates a new CustomXml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, byte[] data, int index)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXml object.

    System.Object parent

    Parent object for the new CustomXml object.

    System.String id

    Name of the new CustomXml object.

    System.Byte[] data

    Xml Data in byte Array

    System.Int32 index

    CustomXmlPart(IApplication, Object, String, Byte[], Int32, Boolean)

    Creates a new customxml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, byte[] data, int index, bool bIsLocal)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new customxml object.

    System.Object parent

    Parent object for the new customxml object.

    System.String id

    ID of the new customxml object.

    System.Byte[] data
    System.Int32 index
    System.Boolean bIsLocal

    CustomXmlPart(IApplication, Object, String, Int32)

    Creates new CustomXml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, int index)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXml object.

    System.Object parent

    Parent object for the new CustomXml object.

    System.String id

    Name of the new Customxml object.

    System.Int32 index

    Current index.

    CustomXmlPart(IApplication, Object, String, Int32, Boolean)

    Creates new CustomXml object.

    Declaration
    public CustomXmlPart(IApplication application, object parent, string id, int index, bool bIsLocal)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new CustomXml object.

    System.Object parent

    Parent object for the new CustomXml object.

    System.String id

    Name of the new CustomXml object.

    System.Int32 index

    Current index.

    System.Boolean bIsLocal

    Indicates whether CustomXml object is local.

    Properties

    Data

    XmlData in Byte array

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type
    System.Byte[]

    Id

    Unique ID for Xml Data

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    System.String

    Schemas

    Xml Schemas collection for CustomXml data

    Declaration
    public ICustomXmlSchemaCollection Schemas { get; set; }
    Property Value
    Type
    ICustomXmlSchemaCollection

    Methods

    Clone()

    create new clone object

    Declaration
    public ICustomXmlPart Clone()
    Returns
    Type
    ICustomXmlPart

    Dispose()

    Dispose

    Declaration
    public override void Dispose()
    Overrides
    CommonObject.Dispose()

    SetIndex(Int32)

    Sets index of the named range and raise event.

    Declaration
    public void SetIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index

    New index.

    SetIndex(Int32, Boolean)

    Sets index of the named range.

    Declaration
    public void SetIndex(int index, bool bRaiseEvent)
    Parameters
    Type Name Description
    System.Int32 index

    New index.

    System.Boolean bRaiseEvent

    Indicates whether events should be raised.

    Implements

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