C# Class fBaseXtensions.Stats.TrackedProfile

Single Profile Stats
Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Equals ( TrackedProfile P, string name ) : bool
P TrackedProfile
name string
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GenerateOutput() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RestartRangeVariables() public méthode

Sets the Starting Values
public RestartRangeVariables ( ) : void
Résultat void

TrackedProfile() public méthode

public TrackedProfile ( string name ) : System
name string
Résultat System

UpdateRangeVariables() public méthode

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