[Gregor.Core.Collections.CTableCell]

Gregor.Core.Collections.CTableCell

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CTableCell

: System.Object

Custom Attributes: 

Description: 


Members

CTableCell

public CTableCell(System.Object value, System.String sColumnName)

Custom Attributes: 

Description: 

m_ColumnName

private System.String m_ColumnName

Custom Attributes: 

Description: 

m_Row

private Gregor.Core.Collections.CTableRow m_Row

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

ColumnName

public System.String ColumnName {get;}

Custom Attributes: 

Description: 

Row

public Gregor.Core.Collections.CTableRow Row {get;}

Custom Attributes: 

Description: 

Value

public System.Object Value {get;set;}

Custom Attributes: 

Description: 

SetRow

internal void SetRow(Gregor.Core.Collections.CTableRow row)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CTableRow

System.Object

System.String

System.Void