Class QAchievement
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class QAchievement
- Inheritance
-
QAchievement
- Inherited Members
-
- Extension Methods
-
Constructors
QAchievement()
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
Credentials
public virtual ICollection<QCredential> Credentials { get; set; }
Property Value
- ICollection<QCredential>
Events
public virtual ICollection<QEvent> Events { get; set; }
Property Value
- ICollection<QEvent>
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
GradeItems
public virtual ICollection<QGradeItem> GradeItems { get; set; }
Property Value
- ICollection<QGradeItem>
Gradebooks
public virtual ICollection<QGradebook> Gradebooks { get; set; }
Property Value
- ICollection<QGradebook>
HasBadgeImage
public bool? HasBadgeImage { get; set; }
Property Value
- bool?
JournalSetups
public virtual ICollection<QJournalSetup> JournalSetups { get; set; }
Property Value
- ICollection<QJournalSetup>
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
Prerequisites
public virtual ICollection<QAchievementPrerequisite> Prerequisites { get; set; }
Property Value
- ICollection<QAchievementPrerequisite>
Programs
public virtual ICollection<TProgram> Programs { get; set; }
Property Value
- ICollection<TProgram>
Methods
ExpirationToString()
public string ExpirationToString()
Returns
- string
ExpirationToString(TimeZoneInfo)
public string ExpirationToString(TimeZoneInfo tz)
Parameters
tz TimeZoneInfo
Returns
- string