C# Class CasualMeter.Common.Entities.SkillResultExtensions

Mostra file Open project: lunyx/CasualMeter

Public Methods

Method Description
IsSameSkillAs ( this skillResult, AggregatedSkillResult aggregatedSkillResult ) : bool
IsSameSkillAs ( this skillResult, SkillResult other, AggregationType type ) : bool

Private Methods

Method Description
AggregatedSkillName ( this skillResult, AggregationType type ) : string

Method Details

IsSameSkillAs() public static method

public static IsSameSkillAs ( this skillResult, AggregatedSkillResult aggregatedSkillResult ) : bool
skillResult this
aggregatedSkillResult AggregatedSkillResult
return bool

IsSameSkillAs() public static method

public static IsSameSkillAs ( this skillResult, SkillResult other, AggregationType type ) : bool
skillResult this
other SkillResult
type AggregationType
return bool