C# 클래스 BF2Statistics.ASP.StatsProcessor.BackendAward

This object represents an award that is earned during the processing of a snapshot, and provides methods to check if a given player has met the criteria to earn it.
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

보호된 프로퍼티들

프로퍼티 타입 설명
Criterias BF2Statistics.ASP.StatsProcessor.AwardCriteria[]

공개 메소드들

메소드 설명
BackendAward ( int AwardId, AwardCriteria Criterias ) : System

Constructor

CriteriaMet ( int Pid, StatsDatabase Driver, int &Level ) : bool

Returns a bool stating whether the criteria for this award is met for a givin player

메소드 상세

BackendAward() 공개 메소드

Constructor
public BackendAward ( int AwardId, AwardCriteria Criterias ) : System
AwardId int The award id
Criterias AwardCriteria The criteria's needed to earn the award
리턴 System

CriteriaMet() 공개 메소드

Returns a bool stating whether the criteria for this award is met for a givin player
public CriteriaMet ( int Pid, StatsDatabase Driver, int &Level ) : bool
Pid int The player ID
Driver BF2Statistics.Database.StatsDatabase
Level int The award level if the criteria is met
리턴 bool

프로퍼티 상세

Criterias 보호되어 있는 프로퍼티

The award criteria's to earn the award
protected AwardCriteria[],BF2Statistics.ASP.StatsProcessor Criterias
리턴 BF2Statistics.ASP.StatsProcessor.AwardCriteria[]