Show / Hide Table of Contents

Class QuestionData.QuestionsRow

Represents strongly named DataRow class.

Inheritance
System.Object
System.Data.DataRow
QuestionData.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

AddSectionLinkText

Declaration
public string AddSectionLinkText { get; set; }
Property Value
Type Description
System.String

Alias

Declaration
public string Alias { get; set; }
Property Value
Type Description
System.String

ColumnsNumber

Declaration
public int ColumnsNumber { get; set; }
Property Value
Type Description
System.Int32

CurrentQuestionNumber

Declaration
public int CurrentQuestionNumber { get; set; }
Property Value
Type Description
System.Int32

DeleteSectionLinkText

Declaration
public string DeleteSectionLinkText { get; set; }
Property Value
Type Description
System.String

DisplayOrder

Declaration
public int DisplayOrder { get; set; }
Property Value
Type Description
System.Int32

EditSectionLinkText

Declaration
public string EditSectionLinkText { get; set; }
Property Value
Type Description
System.String

HelpText

Declaration
public string HelpText { get; set; }
Property Value
Type Description
System.String

LayoutModeId

Declaration
public int LayoutModeId { get; set; }
Property Value
Type Description
System.Int32

LibraryId

Declaration
public int LibraryId { get; set; }
Property Value
Type Description
System.Int32

MaxSections

Declaration
public int MaxSections { get; set; }
Property Value
Type Description
System.Int32

MaxSelectionAllowed

Declaration
public int MaxSelectionAllowed { get; set; }
Property Value
Type Description
System.Int32

MinSelectionRequired

Declaration
public int MinSelectionRequired { get; set; }
Property Value
Type Description
System.Int32

PageNumber

Declaration
public int PageNumber { get; set; }
Property Value
Type Description
System.Int32

ParentQuestionId

Declaration
public int ParentQuestionId { get; set; }
Property Value
Type Description
System.Int32

QuestionGroupID

Declaration
public int QuestionGroupID { get; set; }
Property Value
Type Description
System.Int32

QuestionId

Declaration
public int QuestionId { get; set; }
Property Value
Type Description
System.Int32

QuestionIdText

Declaration
public string QuestionIdText { get; set; }
Property Value
Type Description
System.String

QuestionPipeAlias

Declaration
public string QuestionPipeAlias { get; set; }
Property Value
Type Description
System.String

QuestionText

Declaration
public string QuestionText { get; set; }
Property Value
Type Description
System.String

RandomizeAnswers

Declaration
public bool RandomizeAnswers { get; set; }
Property Value
Type Description
System.Boolean

RatingEnabled

Declaration
public bool RatingEnabled { get; set; }
Property Value
Type Description
System.Boolean

RepeatableSectionModeId

Declaration
public int RepeatableSectionModeId { get; set; }
Property Value
Type Description
System.Int32

SelectionModeId

Declaration
public int SelectionModeId { get; set; }
Property Value
Type Description
System.Int32

ShowHelpText

Declaration
public bool ShowHelpText { get; set; }
Property Value
Type Description
System.Boolean

SurveyId

Declaration
public int SurveyId { get; set; }
Property Value
Type Description
System.Int32

TypeAssembly

Declaration
public string TypeAssembly { get; set; }
Property Value
Type Description
System.String

TypeMode

Declaration
public int TypeMode { get; set; }
Property Value
Type Description
System.Int32

TypeNameSpace

Declaration
public string TypeNameSpace { get; set; }
Property Value
Type Description
System.String

UpdateSectionLinkText

Declaration
public string UpdateSectionLinkText { get; set; }
Property Value
Type Description
System.String

Methods

IsAddSectionLinkTextNull()

Declaration
public bool IsAddSectionLinkTextNull()
Returns
Type Description
System.Boolean

IsAliasNull()

Declaration
public bool IsAliasNull()
Returns
Type Description
System.Boolean

IsColumnsNumberNull()

Declaration
public bool IsColumnsNumberNull()
Returns
Type Description
System.Boolean

IsCurrentQuestionNumberNull()

Declaration
public bool IsCurrentQuestionNumberNull()
Returns
Type Description
System.Boolean

IsDeleteSectionLinkTextNull()

Declaration
public bool IsDeleteSectionLinkTextNull()
Returns
Type Description
System.Boolean

IsDisplayOrderNull()

Declaration
public bool IsDisplayOrderNull()
Returns
Type Description
System.Boolean

IsEditSectionLinkTextNull()

Declaration
public bool IsEditSectionLinkTextNull()
Returns
Type Description
System.Boolean

IsHelpTextNull()

Declaration
public bool IsHelpTextNull()
Returns
Type Description
System.Boolean

IsLayoutModeIdNull()

Declaration
public bool IsLayoutModeIdNull()
Returns
Type Description
System.Boolean

IsLibraryIdNull()

Declaration
public bool IsLibraryIdNull()
Returns
Type Description
System.Boolean

IsMaxSectionsNull()

Declaration
public bool IsMaxSectionsNull()
Returns
Type Description
System.Boolean

IsMaxSelectionAllowedNull()

Declaration
public bool IsMaxSelectionAllowedNull()
Returns
Type Description
System.Boolean

IsMinSelectionRequiredNull()

Declaration
public bool IsMinSelectionRequiredNull()
Returns
Type Description
System.Boolean

IsPageNumberNull()

Declaration
public bool IsPageNumberNull()
Returns
Type Description
System.Boolean

IsParentQuestionIdNull()

Declaration
public bool IsParentQuestionIdNull()
Returns
Type Description
System.Boolean

IsQuestionGroupIDNull()

Declaration
public bool IsQuestionGroupIDNull()
Returns
Type Description
System.Boolean

IsQuestionIdTextNull()

Declaration
public bool IsQuestionIdTextNull()
Returns
Type Description
System.Boolean

IsQuestionPipeAliasNull()

Declaration
public bool IsQuestionPipeAliasNull()
Returns
Type Description
System.Boolean

IsQuestionTextNull()

Declaration
public bool IsQuestionTextNull()
Returns
Type Description
System.Boolean

IsRandomizeAnswersNull()

Declaration
public bool IsRandomizeAnswersNull()
Returns
Type Description
System.Boolean

IsRatingEnabledNull()

Declaration
public bool IsRatingEnabledNull()
Returns
Type Description
System.Boolean

IsRepeatableSectionModeIdNull()

Declaration
public bool IsRepeatableSectionModeIdNull()
Returns
Type Description
System.Boolean

IsSelectionModeIdNull()

Declaration
public bool IsSelectionModeIdNull()
Returns
Type Description
System.Boolean

IsShowHelpTextNull()

Declaration
public bool IsShowHelpTextNull()
Returns
Type Description
System.Boolean

IsSurveyIdNull()

Declaration
public bool IsSurveyIdNull()
Returns
Type Description
System.Boolean

IsTypeAssemblyNull()

Declaration
public bool IsTypeAssemblyNull()
Returns
Type Description
System.Boolean

IsTypeModeNull()

Declaration
public bool IsTypeModeNull()
Returns
Type Description
System.Boolean

IsTypeNameSpaceNull()

Declaration
public bool IsTypeNameSpaceNull()
Returns
Type Description
System.Boolean

IsUpdateSectionLinkTextNull()

Declaration
public bool IsUpdateSectionLinkTextNull()
Returns
Type Description
System.Boolean

SetAddSectionLinkTextNull()

Declaration
public void SetAddSectionLinkTextNull()

SetAliasNull()

Declaration
public void SetAliasNull()

SetColumnsNumberNull()

Declaration
public void SetColumnsNumberNull()

SetCurrentQuestionNumberNull()

Declaration
public void SetCurrentQuestionNumberNull()

SetDeleteSectionLinkTextNull()

Declaration
public void SetDeleteSectionLinkTextNull()

SetDisplayOrderNull()

Declaration
public void SetDisplayOrderNull()

SetEditSectionLinkTextNull()

Declaration
public void SetEditSectionLinkTextNull()

SetHelpTextNull()

Declaration
public void SetHelpTextNull()

SetLayoutModeIdNull()

Declaration
public void SetLayoutModeIdNull()

SetLibraryIdNull()

Declaration
public void SetLibraryIdNull()

SetMaxSectionsNull()

Declaration
public void SetMaxSectionsNull()

SetMaxSelectionAllowedNull()

Declaration
public void SetMaxSelectionAllowedNull()

SetMinSelectionRequiredNull()

Declaration
public void SetMinSelectionRequiredNull()

SetPageNumberNull()

Declaration
public void SetPageNumberNull()

SetParentQuestionIdNull()

Declaration
public void SetParentQuestionIdNull()

SetQuestionGroupIDNull()

Declaration
public void SetQuestionGroupIDNull()

SetQuestionIdTextNull()

Declaration
public void SetQuestionIdTextNull()

SetQuestionPipeAliasNull()

Declaration
public void SetQuestionPipeAliasNull()

SetQuestionTextNull()

Declaration
public void SetQuestionTextNull()

SetRandomizeAnswersNull()

Declaration
public void SetRandomizeAnswersNull()

SetRatingEnabledNull()

Declaration
public void SetRatingEnabledNull()

SetRepeatableSectionModeIdNull()

Declaration
public void SetRepeatableSectionModeIdNull()

SetSelectionModeIdNull()

Declaration
public void SetSelectionModeIdNull()

SetShowHelpTextNull()

Declaration
public void SetShowHelpTextNull()

SetSurveyIdNull()

Declaration
public void SetSurveyIdNull()

SetTypeAssemblyNull()

Declaration
public void SetTypeAssemblyNull()

SetTypeModeNull()

Declaration
public void SetTypeModeNull()

SetTypeNameSpaceNull()

Declaration
public void SetTypeNameSpaceNull()

SetUpdateSectionLinkTextNull()

Declaration
public void SetUpdateSectionLinkTextNull()
In This Article
Back to top Generated by DocFX