Class VoterAnswersData.VotersRow
Represents strongly named DataRow class.
Inheritance
System.Object
System.Data.DataRow
VoterAnswersData.VotersRow
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 VotersRow : DataRow
Properties
ContextUserName
Declaration
public string ContextUserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IPSource
Declaration
public string IPSource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProgressSaveDate
Declaration
public DateTime ProgressSaveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
ResumeAtPageNumber
Declaration
public int ResumeAtPageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ResumeHighestPageNumber
Declaration
public int ResumeHighestPageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ResumeQuestionNumber
Declaration
public int ResumeQuestionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ResumeUID
Declaration
public string ResumeUID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
SurveyId
Declaration
public int SurveyId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UId
Declaration
public string UId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Validated
Declaration
public bool Validated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
VoteDate
Declaration
public DateTime VoteDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
VoterId
Declaration
public int VoterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetVotersAnswersRows()
Declaration
public VoterAnswersData.VotersAnswersRow[] GetVotersAnswersRows()
Returns
| Type | Description |
|---|---|
| VoterAnswersData.VotersAnswersRow[] |
IsContextUserNameNull()
Declaration
public bool IsContextUserNameNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsEmailNull()
Declaration
public bool IsEmailNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsIPSourceNull()
Declaration
public bool IsIPSourceNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsLanguageCodeNull()
Declaration
public bool IsLanguageCodeNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsProgressSaveDateNull()
Declaration
public bool IsProgressSaveDateNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsResumeAtPageNumberNull()
Declaration
public bool IsResumeAtPageNumberNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsResumeHighestPageNumberNull()
Declaration
public bool IsResumeHighestPageNumberNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsResumeQuestionNumberNull()
Declaration
public bool IsResumeQuestionNumberNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsResumeUIDNull()
Declaration
public bool IsResumeUIDNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsStartDateNull()
Declaration
public bool IsStartDateNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsSurveyIdNull()
Declaration
public bool IsSurveyIdNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsUIdNull()
Declaration
public bool IsUIdNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsValidatedNull()
Declaration
public bool IsValidatedNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsVoteDateNull()
Declaration
public bool IsVoteDateNull()
Returns
| Type | Description |
|---|---|
| System.Boolean |
SetContextUserNameNull()
Declaration
public void SetContextUserNameNull()
SetEmailNull()
Declaration
public void SetEmailNull()
SetIPSourceNull()
Declaration
public void SetIPSourceNull()
SetLanguageCodeNull()
Declaration
public void SetLanguageCodeNull()
SetProgressSaveDateNull()
Declaration
public void SetProgressSaveDateNull()
SetResumeAtPageNumberNull()
Declaration
public void SetResumeAtPageNumberNull()
SetResumeHighestPageNumberNull()
Declaration
public void SetResumeHighestPageNumberNull()
SetResumeQuestionNumberNull()
Declaration
public void SetResumeQuestionNumberNull()
SetResumeUIDNull()
Declaration
public void SetResumeUIDNull()
SetStartDateNull()
Declaration
public void SetStartDateNull()
SetSurveyIdNull()
Declaration
public void SetSurveyIdNull()
SetUIdNull()
Declaration
public void SetUIdNull()
SetValidatedNull()
Declaration
public void SetValidatedNull()
SetVoteDateNull()
Declaration
public void SetVoteDateNull()