C# Class fBaseXtensions.Stats.TrackedProfile

Single Profile Stats
Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public static method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GenerateOutput() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RestartRangeVariables() public method

Sets the Starting Values
public RestartRangeVariables ( ) : void
return void

TrackedProfile() public method

public TrackedProfile ( string name ) : System
name string
return System

UpdateRangeVariables() public method

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