Class DescribeAchievement
- Namespace
- InSite.Application.Achievements.Write
- Assembly
- Shift.Sdk.dll
public class DescribeAchievement : Command, ICommand
- Inheritance
-
DescribeAchievement
- Implements
- Inherited Members
- Extension Methods
Constructors
DescribeAchievement(Guid, string, string, string, bool)
public DescribeAchievement(Guid achievement, 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; }