ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomXmlSchemaCollection - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomXmlSchemaCollection

    Represents the custom xml schema collection

    Inheritance
    System.Object
    CustomXmlSchemaCollection
    Implements
    ICustomXmlSchemaCollection
    System.Collections.IEnumerable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CustomXmlSchemaCollection : ICustomXmlSchemaCollection, IEnumerable

    Constructors

    CustomXmlSchemaCollection()

    Declaration
    public CustomXmlSchemaCollection()

    Properties

    Count

    Gets the count of xml schema items

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

    Item[Int32]

    Gets or sets the item in specified index

    Declaration
    public string this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.String

    Methods

    Add(String)

    Adds the value into collection

    Declaration
    public void Add(string name)
    Parameters
    Type Name Description
    System.String name

    Clear()

    Clears the items in collection

    Declaration
    public void Clear()

    Clone()

    Defines a new name.

    Declaration
    public ICustomXmlSchemaCollection Clone()
    Returns
    Type Description
    ICustomXmlSchemaCollection

    GetEnumerator()

    Gets the Enumerator

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    IndexOf(String)

    Gets the index of value

    Declaration
    public int IndexOf(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Int32

    Remove(String)

    Removes the item from collection

    Declaration
    public void Remove(string name)
    Parameters
    Type Name Description
    System.String name

    RemoveAt(Int32)

    Removes the item at specified index in the collection

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

    Implements

    ICustomXmlSchemaCollection
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved