C# Class Claymore.ReviewStatsWikiBot.Program.UserStat

Show file 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 property

public int ActionsBefore
return int

IsBot public property

public bool IsBot
return bool

Max public property

public int Max
return int

Name public property

public string Name
return string

enterDate public property

public DateTime,System enterDate
return System.DateTime