Class MetaPropertiesImpl
Represents the meta properties implementation
Inheritance
System.Object
MetaPropertiesImpl
Implements
System.Collections.Generic.IList<IMetaProperty>
System.Collections.Generic.ICollection<IMetaProperty>
System.Collections.Generic.IEnumerable<IMetaProperty>
System.Collections.IEnumerable
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.XlsIO.Implementation.Collections
Assembly: Syncfusion.XlsIO.Base.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<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable