Show / Hide Table of Contents

Class NSurveyQuestion.QuestionSectionOptionRow

Represents strongly named DataRow class.

Inheritance
System.Object
System.Data.DataRow
NSurveyQuestion.QuestionSectionOptionRow
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 QuestionSectionOptionRow : DataRow

Properties

AddSectionLinkText

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

DeleteSectionLinkText

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

EditSectionLinkText

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

MaxSections

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

QuestionId

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

QuestionRow

Declaration
public NSurveyQuestion.QuestionRow QuestionRow { get; set; }
Property Value
Type Description
NSurveyQuestion.QuestionRow

RepeatableSectionModeId

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

UpdateSectionLinkText

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

Methods

GetQuestionSectionGridAnswerRows()

Declaration
public NSurveyQuestion.QuestionSectionGridAnswerRow[] GetQuestionSectionGridAnswerRows()
Returns
Type Description
NSurveyQuestion.QuestionSectionGridAnswerRow[]

IsAddSectionLinkTextNull()

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

IsDeleteSectionLinkTextNull()

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

IsEditSectionLinkTextNull()

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

IsMaxSectionsNull()

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

IsRepeatableSectionModeIdNull()

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

IsUpdateSectionLinkTextNull()

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

SetAddSectionLinkTextNull()

Declaration
public void SetAddSectionLinkTextNull()

SetDeleteSectionLinkTextNull()

Declaration
public void SetDeleteSectionLinkTextNull()

SetEditSectionLinkTextNull()

Declaration
public void SetEditSectionLinkTextNull()

SetMaxSectionsNull()

Declaration
public void SetMaxSectionsNull()

SetRepeatableSectionModeIdNull()

Declaration
public void SetRepeatableSectionModeIdNull()

SetUpdateSectionLinkTextNull()

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