C# 클래스 WebGame.Account

파일 보기 프로젝트 열기: AdmiralPotato/ggj2013 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EmailAddress string
ForwardEmails string
Games int
Id int
IsAdmin bool
IsDisabled bool
LastIpAddress string
LastOn System.DateTime
LoginCount int
Name string
Rating int
SessionKey string
SignedUp System.DateTime
Wins int

공개 메소드들

메소드 설명
Load ( Hashtable row ) : Account

메소드 상세

Load() 공개 정적인 메소드

public static Load ( Hashtable row ) : Account
row System.Collections.Hashtable
리턴 Account

프로퍼티 상세

EmailAddress 공개적으로 프로퍼티

public string EmailAddress
리턴 string

ForwardEmails 공개적으로 프로퍼티

public string ForwardEmails
리턴 string

Games 공개적으로 프로퍼티

public int Games
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

IsAdmin 공개적으로 프로퍼티

public bool IsAdmin
리턴 bool

IsDisabled 공개적으로 프로퍼티

public bool IsDisabled
리턴 bool

LastIpAddress 공개적으로 프로퍼티

public string LastIpAddress
리턴 string

LastOn 공개적으로 프로퍼티

public DateTime,System LastOn
리턴 System.DateTime

LoginCount 공개적으로 프로퍼티

public int LoginCount
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rating 공개적으로 프로퍼티

public int Rating
리턴 int

SessionKey 공개적으로 프로퍼티

public string SessionKey
리턴 string

SignedUp 공개적으로 프로퍼티

public DateTime,System SignedUp
리턴 System.DateTime

Wins 공개적으로 프로퍼티

public int Wins
리턴 int