Class AchievementModel
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class AchievementModel
- Inheritance
-
AchievementModel
- Inherited Members
-
- Extension Methods
-
Constructors
AchievementModel()
public AchievementModel()
Properties
AchievementAllowSelfDeclared
public bool AchievementAllowSelfDeclared { get; set; }
Property Value
- bool
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
- string
AchievementIdentifier
public Guid AchievementIdentifier { get; set; }
Property Value
- Guid
AchievementIsEnabled
public bool AchievementIsEnabled { get; set; }
Property Value
- bool
AchievementLabel
public string AchievementLabel { get; set; }
Property Value
- string
AchievementReportingDisabled
public bool AchievementReportingDisabled { get; set; }
Property Value
- bool
AchievementTitle
public string AchievementTitle { get; set; }
Property Value
- string
AchievementType
public string AchievementType { get; set; }
Property Value
- string
BadgeImageUrl
public string BadgeImageUrl { get; set; }
Property Value
- string
CertificateLayoutCode
public string CertificateLayoutCode { get; set; }
Property Value
- string
ExpirationFixedDate
public DateTimeOffset? ExpirationFixedDate { get; set; }
Property Value
- DateTimeOffset?
ExpirationLifetimeQuantity
public int? ExpirationLifetimeQuantity { get; set; }
Property Value
- int?
ExpirationLifetimeUnit
public string ExpirationLifetimeUnit { get; set; }
Property Value
- string
ExpirationType
public string ExpirationType { get; set; }
Property Value
- string
HasBadgeImage
public bool? HasBadgeImage { get; set; }
Property Value
- bool?
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid