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. |
Definition at line 973 of file Group.cs.
StephenAshley.Biostatistics.ColumnData.ColumnData | ( | ) |
Constructs a ColumnData object and sets IsValid to false and ColumnState to "Undetermined".
StephenAshley.Biostatistics.ColumnData.ColumnData | ( | bool | bValue | ) |
Constructs a ColumnData object and sets IsValid to the specified value and ColumnState to "Undetermined".
bValue | The value of IsValid. |
StephenAshley.Biostatistics.ColumnData.ColumnData | ( | Status | column | ) |
Constructs a ColumnData object and sets IsValid to false and ColumnState to the specified value.
column | The state of the column of data. |
StephenAshley.Biostatistics.ColumnData.ColumnData | ( | bool | bValue, | |
Status | column | |||
) |
Constructs a ColumnData object and sets IsValid and ColumnState to the specified values.
bValue | The value of IsValid. | |
column | The state of the column of data. |
Status StephenAshley.Biostatistics.ColumnData.ColumnState | ( | ) |
bool StephenAshley.Biostatistics.ColumnData.IsValid | ( | ) |
void StephenAshley.Biostatistics.ColumnData.SetColumnState | ( | Status | column | ) |
void StephenAshley.Biostatistics.ColumnData.SetIsValid | ( | bool | value | ) |