Class CountAchievements
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CountAchievements : Query<int>, IQuery<int>, IAchievementCriteria
- Inheritance
-
CountAchievements
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CountAchievements()
public CountAchievements()
Properties
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
- string
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?