C# 클래스 CasualMeter.Common.Entities.SkillResultExtensions

파일 보기 프로젝트 열기: lunyx/CasualMeter

공개 메소드들

메소드 설명
IsSameSkillAs ( this skillResult, AggregatedSkillResult aggregatedSkillResult ) : bool
IsSameSkillAs ( this skillResult, SkillResult other, AggregationType type ) : bool

비공개 메소드들

메소드 설명
AggregatedSkillName ( this skillResult, AggregationType type ) : string

메소드 상세

IsSameSkillAs() 공개 정적인 메소드

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

IsSameSkillAs() 공개 정적인 메소드

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