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
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<>
  
  
  
  
  
      System.Collections.IEnumerable