public RankItemInfo(String userName, Int32 pid, RankItemInfoType type, TimeSpan penalty, Int32 wrongCount) { this._userName = userName; this._problemID = pid; this._type = type; this._penalty = penalty; this._wrongCount = wrongCount; }