Show / Hide Table of Contents

Class NSurveyUserData.UsersRow

Represents strongly named DataRow class.

Inheritance
System.Object
System.Data.DataRow
NSurveyUserData.UsersRow
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 UsersRow : DataRow

Properties

CreationDate

Declaration
public DateTime CreationDate { get; set; }
Property Value
Type Description
System.DateTime

DataColumn1

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

Email

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

FirstName

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

LastLogin

Declaration
public DateTime LastLogin { get; set; }
Property Value
Type Description
System.DateTime

LastName

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

Password

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

PasswordSalt

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

UserId

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

UserName

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

Methods

IsCreationDateNull()

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

IsDataColumn1Null()

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

IsEmailNull()

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

IsFirstNameNull()

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

IsLastLoginNull()

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

IsLastNameNull()

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

IsPasswordNull()

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

IsPasswordSaltNull()

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

IsUserNameNull()

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

SetCreationDateNull()

Declaration
public void SetCreationDateNull()

SetDataColumn1Null()

Declaration
public void SetDataColumn1Null()

SetEmailNull()

Declaration
public void SetEmailNull()

SetFirstNameNull()

Declaration
public void SetFirstNameNull()

SetLastLoginNull()

Declaration
public void SetLastLoginNull()

SetLastNameNull()

Declaration
public void SetLastNameNull()

SetPasswordNull()

Declaration
public void SetPasswordNull()

SetPasswordSaltNull()

Declaration
public void SetPasswordSaltNull()

SetUserNameNull()

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