Class QAchievementFilter
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class QAchievementFilter : Filter, ISearchReport
- Inheritance
-
QAchievementFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
QAchievementFilter()
public QAchievementFilter()
QAchievementFilter(Guid)
public QAchievementFilter(Guid organizationId)
Parameters
organizationId Guid
QAchievementFilter(Guid, string)
public QAchievementFilter(Guid organizationId, string achievementType)
Parameters
organizationId Guid
achievementType string
Properties
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
- string
AchievementIsEnabled
public bool? AchievementIsEnabled { get; set; }
Property Value
- bool?
AchievementLabels
public List<string> AchievementLabels { get; set; }
Property Value
- List<string>
AchievementTitle
public string AchievementTitle { get; set; }
Property Value
- string
ExpirationFixedDateBefore
public DateTimeOffset? ExpirationFixedDateBefore { get; set; }
Property Value
- DateTimeOffset?
ExpirationFixedDateSince
public DateTimeOffset? ExpirationFixedDateSince { 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
OrganizationIdentifiers
public List<Guid> OrganizationIdentifiers { get; set; }
Property Value
- List<Guid>
Methods
Clone()
public QAchievementFilter Clone()
Returns
- QAchievementFilter