Class AchievementDescribed
public class AchievementDescribed : Change, IChange
- Inheritance
-
AchievementDescribed
- Implements
- Inherited Members
- Extension Methods
Constructors
AchievementDescribed(string, string, string, bool)
public AchievementDescribed(string label, string title, string description, bool allowSelfDeclared)
Parameters
Properties
AllowSelfDeclared
public bool AllowSelfDeclared { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
Title
public string Title { get; set; }