Class AchievementCreated
public class AchievementCreated : Change, IChange
- Inheritance
-
AchievementCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
AchievementCreated(Guid, string, string, string, Expiration, string)
public AchievementCreated(Guid tenant, string label, string title, string description, Expiration expiration, string source)
Parameters
Properties
Description
public string Description { get; set; }
Property Value
Expiration
public Expiration Expiration { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }