StephenAshley.Biostatistics.ColumnData Class Reference

An object reporting the validity of a column of TextBox objects as a Group and the state of the column. More...

List of all members.

Public Member Functions

 ColumnData ()
 Constructs a ColumnData object and sets IsValid to false and ColumnState to "Undetermined".
 ColumnData (bool bValue)
 Constructs a ColumnData object and sets IsValid to the specified value and ColumnState to "Undetermined".
 ColumnData (Status column)
 Constructs a ColumnData object and sets IsValid to false and ColumnState to the specified value.
 ColumnData (bool bValue, Status column)
 Constructs a ColumnData object and sets IsValid and ColumnState to the specified values.
bool IsValid ()
 Returns the validity field.
void SetIsValid (bool value)
 Sets the validity field to true or false.
Status ColumnState ()
 Returns the column state field.
void SetColumnState (Status column)
 Sets the column state field.


Detailed Description

An object reporting the validity of a column of TextBox objects as a Group and the state of the column.

Definition at line 973 of file Group.cs.


Constructor & Destructor Documentation

StephenAshley.Biostatistics.ColumnData.ColumnData (  ) 

Constructs a ColumnData object and sets IsValid to false and ColumnState to "Undetermined".

Definition at line 982 of file Group.cs.

StephenAshley.Biostatistics.ColumnData.ColumnData ( bool  bValue  ) 

Constructs a ColumnData object and sets IsValid to the specified value and ColumnState to "Undetermined".

Parameters:
bValue The value of IsValid.

Definition at line 993 of file Group.cs.

StephenAshley.Biostatistics.ColumnData.ColumnData ( Status  column  ) 

Constructs a ColumnData object and sets IsValid to false and ColumnState to the specified value.

Parameters:
column The state of the column of data.

Definition at line 1004 of file Group.cs.

StephenAshley.Biostatistics.ColumnData.ColumnData ( bool  bValue,
Status  column 
)

Constructs a ColumnData object and sets IsValid and ColumnState to the specified values.

Parameters:
bValue The value of IsValid.
column The state of the column of data.

Definition at line 1016 of file Group.cs.


Member Function Documentation

Status StephenAshley.Biostatistics.ColumnData.ColumnState (  ) 

Returns the column state field.

Definition at line 1039 of file Group.cs.

bool StephenAshley.Biostatistics.ColumnData.IsValid (  ) 

Returns the validity field.

Definition at line 1025 of file Group.cs.

void StephenAshley.Biostatistics.ColumnData.SetColumnState ( Status  column  ) 

Sets the column state field.

Parameters:
column The desired value.

Definition at line 1048 of file Group.cs.

void StephenAshley.Biostatistics.ColumnData.SetIsValid ( bool  value  ) 

Sets the validity field to true or false.

Parameters:
value true or false.

Definition at line 1032 of file Group.cs.


The documentation for this class was generated from the following file:

Generated on Sun May 31 19:43:39 2009 for "Biostatistics Documentation" by  doxygen 1.5.9