C# Class CasualMeter.Common.Entities.SkillResultExtensions

Afficher le fichier Open project: lunyx/CasualMeter

Méthodes publiques

Méthode Description
IsSameSkillAs ( this skillResult, AggregatedSkillResult aggregatedSkillResult ) : bool
IsSameSkillAs ( this skillResult, SkillResult other, AggregationType type ) : bool

Private Methods

Méthode Description
AggregatedSkillName ( this skillResult, AggregationType type ) : string

Method Details

IsSameSkillAs() public static méthode

public static IsSameSkillAs ( this skillResult, AggregatedSkillResult aggregatedSkillResult ) : bool
skillResult this
aggregatedSkillResult AggregatedSkillResult
Résultat bool

IsSameSkillAs() public static méthode

public static IsSameSkillAs ( this skillResult, SkillResult other, AggregationType type ) : bool
skillResult this
other SkillResult
type AggregationType
Résultat bool