menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MetaPropertiesImpl

    Represents the meta properties implementation

    Inheritance
    System.Object
    CollectionBase<IMetaProperty>
    CollectionBaseEx<IMetaProperty>
    MetaPropertiesImpl
    Implements
    System.Collections.Generic.IList<IMetaProperty>
    System.Collections.Generic.ICollection<IMetaProperty>
    System.Collections.Generic.IEnumerable<IMetaProperty>
    IParentApplication
    ICloneParent
    IMetaProperties
    System.Collections.IEnumerable
    Inherited Members
    CollectionBase<IMetaProperty>.Add(IMetaProperty)
    CollectionBase<IMetaProperty>.Capacity
    CollectionBase<IMetaProperty>.Clear()
    CollectionBase<IMetaProperty>.Contains(IMetaProperty)
    CollectionBase<IMetaProperty>.CopyTo(IMetaProperty[], Int32)
    CollectionBase<IMetaProperty>.Count
    CollectionBase<IMetaProperty>.GetEnumerator()
    CollectionBase<IMetaProperty>.IndexOf(IMetaProperty)
    CollectionBase<IMetaProperty>.InnerList
    CollectionBase<IMetaProperty>.Insert(Int32, IMetaProperty)
    CollectionBase<IMetaProperty>.IsReadOnly
    CollectionBase<IMetaProperty>.Item[Int32]
    CollectionBase<IMetaProperty>.List
    CollectionBase<IMetaProperty>.Remove(IMetaProperty)
    CollectionBase<IMetaProperty>.RemoveAt(Int32)
    CollectionBaseEx<IMetaProperty>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IMetaProperty>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IMetaProperty>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IMetaProperty>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IMetaProperty>.AppImplementation
    CollectionBaseEx<IMetaProperty>.Application
    CollectionBaseEx<IMetaProperty>.Changed
    CollectionBaseEx<IMetaProperty>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<IMetaProperty>.Cleared
    CollectionBaseEx<IMetaProperty>.Clearing
    CollectionBaseEx<IMetaProperty>.ClearMaxValues()
    CollectionBaseEx<IMetaProperty>.Clone(Object)
    CollectionBaseEx<IMetaProperty>.EnsureCapacity(Int32)
    CollectionBaseEx<IMetaProperty>.FindParent(Type)
    CollectionBaseEx<IMetaProperty>.FindParent(Type, Boolean)
    CollectionBaseEx<IMetaProperty>.GenerateDefaultName(ICollection<IMetaProperty>, String)
    CollectionBaseEx<IMetaProperty>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<IMetaProperty>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<IMetaProperty>.Inserted
    CollectionBaseEx<IMetaProperty>.Inserting
    CollectionBaseEx<IMetaProperty>.OnClear()
    CollectionBaseEx<IMetaProperty>.OnClearComplete()
    CollectionBaseEx<IMetaProperty>.OnInsert(Int32, IMetaProperty)
    CollectionBaseEx<IMetaProperty>.OnRemove(Int32, IMetaProperty)
    CollectionBaseEx<IMetaProperty>.OnRemoveComplete(Int32, IMetaProperty)
    CollectionBaseEx<IMetaProperty>.OnSet(Int32, IMetaProperty, IMetaProperty)
    CollectionBaseEx<IMetaProperty>.OnSetComplete(Int32, IMetaProperty, IMetaProperty)
    CollectionBaseEx<IMetaProperty>.Parent
    CollectionBaseEx<IMetaProperty>.QuietMode
    CollectionBaseEx<IMetaProperty>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IMetaProperty>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IMetaProperty>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IMetaProperty>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IMetaProperty>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IMetaProperty>.Removed
    CollectionBaseEx<IMetaProperty>.Removing
    CollectionBaseEx<IMetaProperty>.Set
    CollectionBaseEx<IMetaProperty>.SetParent(Object)
    CollectionBaseEx<IMetaProperty>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class MetaPropertiesImpl : CollectionBaseEx<IMetaProperty>, IList<IMetaProperty>, ICollection<IMetaProperty>, IEnumerable<IMetaProperty>, IParentApplication, ICloneParent, IMetaProperties, IEnumerable

    Constructors

    MetaPropertiesImpl(IApplication, Object)

    Creates new empty collection.

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

    Application object for the collection.

    System.Object parent

    Parent object for the new collection.

    Properties

    SchemaXml

    SchemaXml

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

    Methods

    OnInsertComplete(Int32, IMetaProperty)

    Triggered when new items are added to collection

    Declaration
    protected override void OnInsertComplete(int index, IMetaProperty value)
    Parameters
    Type Name Description
    System.Int32 index
    IMetaProperty value
    Overrides
    Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx<Syncfusion.XlsIO.IMetaProperty>.OnInsertComplete(System.Int32, Syncfusion.XlsIO.IMetaProperty)

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    IParentApplication
    ICloneParent
    IMetaProperties
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved