C# Class CasualMeter.Common.Entities.AggregatedSkillResult

Inheritance: PropertyObservable
Afficher le fichier Open project: lunyx/CasualMeter Class Usage Examples

Private Properties

Свойство Type Description
SkillLog_CollectionChanged void

Méthodes publiques

Méthode Description
AggregatedSkillResult ( string displayName, bool isHeal, AggregationType type, ISyncedCollection skillLog ) : System

Private Methods

Méthode Description
SkillLog_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

AggregatedSkillResult() public méthode

public AggregatedSkillResult ( string displayName, bool isHeal, AggregationType type, ISyncedCollection skillLog ) : System
displayName string
isHeal bool
type AggregationType
skillLog ISyncedCollection
Résultat System