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

상속: PropertyObservable
파일 보기 프로젝트 열기: lunyx/CasualMeter 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SkillLog_CollectionChanged void

공개 메소드들

메소드 설명
AggregatedSkillResult ( string displayName, bool isHeal, AggregationType type, ISyncedCollection skillLog ) : System

비공개 메소드들

메소드 설명
SkillLog_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

AggregatedSkillResult() 공개 메소드

public AggregatedSkillResult ( string displayName, bool isHeal, AggregationType type, ISyncedCollection skillLog ) : System
displayName string
isHeal bool
type AggregationType
skillLog ISyncedCollection
리턴 System