C# 클래스 fBaseXtensions.Stats.TrackedProfile

Single Profile Stats
파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( TrackedProfile P, string name ) : bool
Equals ( object obj ) : bool
GenerateOutput ( ) : string

Adds the sum of each property of the given TrackedProfile to this instance.

GetHashCode ( ) : int
RestartRangeVariables ( ) : void

Sets the Starting Values

TrackedProfile ( string name ) : System
UpdateRangeVariables ( ) : void

Adds to the total values using Starting Values and Right Now Values

메소드 상세

Equals() 공개 정적인 메소드

public static Equals ( TrackedProfile P, string name ) : bool
P TrackedProfile
name string
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateOutput() 공개 메소드

Adds the sum of each property of the given TrackedProfile to this instance.
public GenerateOutput ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RestartRangeVariables() 공개 메소드

Sets the Starting Values
public RestartRangeVariables ( ) : void
리턴 void

TrackedProfile() 공개 메소드

public TrackedProfile ( string name ) : System
name string
리턴 System

UpdateRangeVariables() 공개 메소드

Adds to the total values using Starting Values and Right Now Values
public UpdateRangeVariables ( ) : void
리턴 void