C# Class CasualMeter.Common.Entities.AggregatedSkillResult

Inheritance: PropertyObservable
Show file Open project: lunyx/CasualMeter Class Usage Examples

Private Properties

Property Type Description
SkillLog_CollectionChanged void

Public Methods

Method Description
AggregatedSkillResult ( string displayName, bool isHeal, AggregationType type, ISyncedCollection skillLog ) : System

Private Methods

Method Description
SkillLog_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

AggregatedSkillResult() public method

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