[Gregor.Core.Collections.NTableColumns]

Gregor.Core.Collections.NTableColumns

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.NTableColumns

: Gregor.Core.Collections.NCollectionBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

NTableColumns

internal NTableColumns(Gregor.Core.Collections.CTable table)

Custom Attributes: 

Description: 

m_Table

private Gregor.Core.Collections.CTable m_Table

Custom Attributes: 

Description: 

this

public Gregor.Core.Collections.CTableColumn this[System.String sName] {get;}

Custom Attributes: 

Description: 

this

public Gregor.Core.Collections.CTableColumn this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.Collections.CTableColumn column)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CTable

Gregor.Core.Collections.CTableColumn

Gregor.Core.Collections.NCollectionBase

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void