Class AnswerData.AnswersRow
Represents strongly named DataRow class.
Inheritance
System.Object
System.Data.DataRow
AnswerData.AnswersRow
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()
Assembly: SurveyProject.BusinessEntities.dll
Syntax
public class AnswersRow : DataRow
Properties
AnswerAlias
Declaration
public string AnswerAlias { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnswerId
Declaration
public int AnswerId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
AnswerIDText
Declaration
public string AnswerIDText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnswerPipeAlias
Declaration
public string AnswerPipeAlias { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnswerText
Declaration
public string AnswerText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnswerTypeId
Declaration
public int AnswerTypeId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CssClass
Declaration
public string CssClass { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DataSource
Declaration
public string DataSource { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DefaultText
Declaration
public string DefaultText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DisplayOrder
Declaration
public int DisplayOrder { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
FieldHeight
Declaration
public int FieldHeight { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
FieldLength
Declaration
public int FieldLength { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
FieldWidth
Declaration
public int FieldWidth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ImageURL
Declaration
public string ImageURL { get; set; }
Property Value
| Type |
Description |
| System.String |
|
JavascriptCode
Declaration
public string JavascriptCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
JavascriptErrorMessage
Declaration
public string JavascriptErrorMessage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
JavascriptFunctionName
Declaration
public string JavascriptFunctionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Mandatory
Declaration
public bool Mandatory { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
QuestionId
Declaration
public int QuestionId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RatePart
Declaration
public bool RatePart { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RegExMessage
Declaration
public string RegExMessage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RegExpression
Declaration
public string RegExpression { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RegularExpressionId
Declaration
public int RegularExpressionId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ScorePoint
Declaration
public int ScorePoint { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SliderAnimate
Declaration
public bool SliderAnimate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SliderMax
Declaration
public int SliderMax { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SliderMin
Declaration
public int SliderMin { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SliderRange
Declaration
public string SliderRange { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SliderStep
Declaration
public int SliderStep { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SliderValue
Declaration
public int SliderValue { 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 |
|
UserSelected
Declaration
public bool UserSelected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UserText
Declaration
public string UserText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
VoteCount
Declaration
public int VoteCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
XmlDatasource
Declaration
public string XmlDatasource { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
IsAnswerAliasNull()
Declaration
public bool IsAnswerAliasNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsAnswerIDTextNull()
Declaration
public bool IsAnswerIDTextNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsAnswerPipeAliasNull()
Declaration
public bool IsAnswerPipeAliasNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsAnswerTypeIdNull()
Declaration
public bool IsAnswerTypeIdNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsCssClassNull()
Declaration
public bool IsCssClassNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsDataSourceNull()
Declaration
public bool IsDataSourceNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsDefaultTextNull()
Declaration
public bool IsDefaultTextNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsDisplayOrderNull()
Declaration
public bool IsDisplayOrderNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsFieldHeightNull()
Declaration
public bool IsFieldHeightNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsFieldLengthNull()
Declaration
public bool IsFieldLengthNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsFieldWidthNull()
Declaration
public bool IsFieldWidthNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsImageURLNull()
Declaration
public bool IsImageURLNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsJavascriptCodeNull()
Declaration
public bool IsJavascriptCodeNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsJavascriptErrorMessageNull()
Declaration
public bool IsJavascriptErrorMessageNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsJavascriptFunctionNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsMandatoryNull()
Declaration
public bool IsMandatoryNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsRatePartNull()
Declaration
public bool IsRatePartNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsRegExMessageNull()
Declaration
public bool IsRegExMessageNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsRegExpressionNull()
Declaration
public bool IsRegExpressionNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsRegularExpressionIdNull()
Declaration
public bool IsRegularExpressionIdNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsScorePointNull()
Declaration
public bool IsScorePointNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSelectedNull()
Declaration
public bool IsSelectedNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderAnimateNull()
Declaration
public bool IsSliderAnimateNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderMaxNull()
Declaration
public bool IsSliderMaxNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderMinNull()
Declaration
public bool IsSliderMinNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderRangeNull()
Declaration
public bool IsSliderRangeNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderStepNull()
Declaration
public bool IsSliderStepNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsSliderValueNull()
Declaration
public bool IsSliderValueNull()
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 |
|
IsUserSelectedNull()
Declaration
public bool IsUserSelectedNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsUserTextNull()
Declaration
public bool IsUserTextNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsVoteCountNull()
Declaration
public bool IsVoteCountNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsXmlDatasourceNull()
Declaration
public bool IsXmlDatasourceNull()
Returns
| Type |
Description |
| System.Boolean |
|
SetAnswerAliasNull()
Declaration
public void SetAnswerAliasNull()
SetAnswerIDTextNull()
Declaration
public void SetAnswerIDTextNull()
SetAnswerPipeAliasNull()
Declaration
public void SetAnswerPipeAliasNull()
SetAnswerTypeIdNull()
Declaration
public void SetAnswerTypeIdNull()
SetCssClassNull()
Declaration
public void SetCssClassNull()
SetDataSourceNull()
Declaration
public void SetDataSourceNull()
SetDefaultTextNull()
Declaration
public void SetDefaultTextNull()
SetDisplayOrderNull()
Declaration
public void SetDisplayOrderNull()
SetFieldHeightNull()
Declaration
public void SetFieldHeightNull()
SetFieldLengthNull()
Declaration
public void SetFieldLengthNull()
SetFieldWidthNull()
Declaration
public void SetFieldWidthNull()
SetImageURLNull()
Declaration
public void SetImageURLNull()
SetJavascriptCodeNull()
Declaration
public void SetJavascriptCodeNull()
SetJavascriptErrorMessageNull()
Declaration
public void SetJavascriptErrorMessageNull()
Declaration
public void SetJavascriptFunctionNameNull()
SetMandatoryNull()
Declaration
public void SetMandatoryNull()
SetRatePartNull()
Declaration
public void SetRatePartNull()
SetRegExMessageNull()
Declaration
public void SetRegExMessageNull()
SetRegExpressionNull()
Declaration
public void SetRegExpressionNull()
SetRegularExpressionIdNull()
Declaration
public void SetRegularExpressionIdNull()
SetScorePointNull()
Declaration
public void SetScorePointNull()
SetSelectedNull()
Declaration
public void SetSelectedNull()
SetSliderAnimateNull()
Declaration
public void SetSliderAnimateNull()
SetSliderMaxNull()
Declaration
public void SetSliderMaxNull()
SetSliderMinNull()
Declaration
public void SetSliderMinNull()
SetSliderRangeNull()
Declaration
public void SetSliderRangeNull()
SetSliderStepNull()
Declaration
public void SetSliderStepNull()
SetSliderValueNull()
Declaration
public void SetSliderValueNull()
SetTypeAssemblyNull()
Declaration
public void SetTypeAssemblyNull()
SetTypeModeNull()
Declaration
public void SetTypeModeNull()
SetTypeNameSpaceNull()
Declaration
public void SetTypeNameSpaceNull()
SetUserSelectedNull()
Declaration
public void SetUserSelectedNull()
SetUserTextNull()
Declaration
public void SetUserTextNull()
SetVoteCountNull()
Declaration
public void SetVoteCountNull()
SetXmlDatasourceNull()
Declaration
public void SetXmlDatasourceNull()