Class QuestionResultsData.QuestionsRow
Represents strongly named DataRow class.
Inheritance
System.Object
System.Data.DataRow
QuestionResultsData.QuestionsRow
Inherited Members
System.Data.DataRow.AcceptChanges()
System.Data.DataRow.BeginEdit()
System.Data.DataRow.CancelEdit()
System.Data.DataRow.Delete()
System.Data.DataRow.EndEdit()
System.Data.DataRow.SetColumnError(System.Int32, System.String)
System.Data.DataRow.SetColumnError(System.String, System.String)
System.Data.DataRow.SetColumnError(System.Data.DataColumn, System.String)
System.Data.DataRow.GetColumnError(System.Int32)
System.Data.DataRow.GetColumnError(System.String)
System.Data.DataRow.GetColumnError(System.Data.DataColumn)
System.Data.DataRow.ClearErrors()
System.Data.DataRow.GetColumnsInError()
System.Data.DataRow.GetChildRows(System.String)
System.Data.DataRow.GetChildRows(System.String, System.Data.DataRowVersion)
System.Data.DataRow.GetChildRows(System.Data.DataRelation)
System.Data.DataRow.GetChildRows(System.Data.DataRelation, System.Data.DataRowVersion)
System.Data.DataRow.GetParentRow(System.String)
System.Data.DataRow.GetParentRow(System.String, System.Data.DataRowVersion)
System.Data.DataRow.GetParentRow(System.Data.DataRelation)
System.Data.DataRow.GetParentRow(System.Data.DataRelation, System.Data.DataRowVersion)
System.Data.DataRow.GetParentRows(System.String)
System.Data.DataRow.GetParentRows(System.String, System.Data.DataRowVersion)
System.Data.DataRow.GetParentRows(System.Data.DataRelation)
System.Data.DataRow.GetParentRows(System.Data.DataRelation, System.Data.DataRowVersion)
System.Data.DataRow.HasVersion(System.Data.DataRowVersion)
System.Data.DataRow.IsNull(System.Int32)
System.Data.DataRow.IsNull(System.String)
System.Data.DataRow.IsNull(System.Data.DataColumn)
System.Data.DataRow.IsNull(System.Data.DataColumn, System.Data.DataRowVersion)
System.Data.DataRow.RejectChanges()
System.Data.DataRow.SetNull(System.Data.DataColumn)
System.Data.DataRow.SetParentRow(System.Data.DataRow)
System.Data.DataRow.SetParentRow(System.Data.DataRow, System.Data.DataRelation)
System.Data.DataRow.SetAdded()
System.Data.DataRow.SetModified()
System.Data.DataRow.RowError
System.Data.DataRow.RowState
System.Data.DataRow.Table
System.Data.DataRow.Item[System.Int32]
System.Data.DataRow.Item[System.String]
System.Data.DataRow.Item[System.Data.DataColumn]
System.Data.DataRow.Item[System.Int32, System.Data.DataRowVersion]
System.Data.DataRow.Item[System.String, System.Data.DataRowVersion]
System.Data.DataRow.Item[System.Data.DataColumn, System.Data.DataRowVersion]
System.Data.DataRow.ItemArray
System.Data.DataRow.HasErrors
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Votations.NSurvey.Data
Assembly: SurveyProject.BusinessEntities.dll
Syntax
public class QuestionsRow : DataRow
Properties
DisplayOrder
Declaration
public int DisplayOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ParentQuestionId
Declaration
public int ParentQuestionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ParentQuestionText
Declaration
public string ParentQuestionText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
QuestionId
Declaration
public int QuestionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
QuestionText
Declaration
public string QuestionText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RatingEnabled
Declaration
public bool RatingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SelectionModeId
Declaration
public int SelectionModeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SurveyId
Declaration
public int SurveyId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetAnswersRows()
Declaration
public QuestionResultsData.AnswersRow[] GetAnswersRows()
Returns
| Type | Description |
|---|---|
| QuestionResultsData.AnswersRow[] |
IsDisplayOrderNull()
Declaration
public bool IsDisplayOrderNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsParentQuestionIdNull()
Declaration
public bool IsParentQuestionIdNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsParentQuestionTextNull()
Declaration
public bool IsParentQuestionTextNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsQuestionTextNull()
Declaration
public bool IsQuestionTextNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsRatingEnabledNull()
Declaration
public bool IsRatingEnabledNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsSelectionModeIdNull()
Declaration
public bool IsSelectionModeIdNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsSurveyIdNull()
Declaration
public bool IsSurveyIdNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
SetDisplayOrderNull()
Declaration
public void SetDisplayOrderNull()
SetParentQuestionIdNull()
Declaration
public void SetParentQuestionIdNull()
SetParentQuestionTextNull()
Declaration
public void SetParentQuestionTextNull()
SetQuestionTextNull()
Declaration
public void SetQuestionTextNull()
SetRatingEnabledNull()
Declaration
public void SetRatingEnabledNull()
SetSelectionModeIdNull()
Declaration
public void SetSelectionModeIdNull()
SetSurveyIdNull()
Declaration
public void SetSurveyIdNull()