Class NSurveyVoter.AnswerRow
Represents strongly named DataRow class.
Inheritance
System.Object
System.Data.DataRow
NSurveyVoter.AnswerRow
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 AnswerRow : DataRow
Properties
Answer
Declaration
public string Answer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AnswerAlias
Declaration
public string AnswerAlias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AnswerDisplayOrder
Declaration
public int AnswerDisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnswerID
Declaration
public int AnswerID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuestionDisplayOrder
Declaration
public int QuestionDisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuestionId
Declaration
public int QuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuestionRowParent
Declaration
public NSurveyVoter.QuestionRow QuestionRowParent { get; set; }
Property Value
Type | Description |
---|---|
NSurveyVoter.QuestionRow |
SectionNumber
Declaration
public int SectionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VoterAnswer
Declaration
public string VoterAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VoterId
Declaration
public int VoterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
IsAnswerAliasNull()
Declaration
public bool IsAnswerAliasNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsAnswerDisplayOrderNull()
Declaration
public bool IsAnswerDisplayOrderNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsAnswerNull()
Declaration
public bool IsAnswerNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsQuestionDisplayOrderNull()
Declaration
public bool IsQuestionDisplayOrderNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsQuestionIdNull()
Declaration
public bool IsQuestionIdNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsSectionNumberNull()
Declaration
public bool IsSectionNumberNull()
Returns
Type | Description |
---|---|
System.Boolean |
IsVoterAnswerNull()
Declaration
public bool IsVoterAnswerNull()
Returns
Type | Description |
---|---|
System.Boolean |
SetAnswerAliasNull()
Declaration
public void SetAnswerAliasNull()
SetAnswerDisplayOrderNull()
Declaration
public void SetAnswerDisplayOrderNull()
SetAnswerNull()
Declaration
public void SetAnswerNull()
SetQuestionDisplayOrderNull()
Declaration
public void SetQuestionDisplayOrderNull()
SetQuestionIdNull()
Declaration
public void SetQuestionIdNull()
SetSectionNumberNull()
Declaration
public void SetSectionNumberNull()
SetVoterAnswerNull()
Declaration
public void SetVoterAnswerNull()