C# Class Claymore.ReviewStatsWikiBot.Program.UserStat

ファイルを表示 Open project: Claymore/WikiBots

Public Properties

Property Type Description
ActionsBefore int
IsBot bool
Max int
Name string
enterDate System.DateTime

Public Methods

Method Description
UserStat ( string name, IEnumerable stat ) : System

Method Details

UserStat() public method

public UserStat ( string name, IEnumerable stat ) : System
name string
stat IEnumerable
return System

Property Details

ActionsBefore public_oe property

public int ActionsBefore
return int

IsBot public_oe property

public bool IsBot
return bool

Max public_oe property

public int Max
return int

Name public_oe property

public string Name
return string

enterDate public_oe property

public DateTime,System enterDate
return System.DateTime