Table of Contents

Class CreateAchievement

Namespace
InSite.Application.Achievements.Write
Assembly
Shift.Sdk.dll
public class CreateAchievement : Command, ICommand
Inheritance
CreateAchievement
Implements
Inherited Members
Extension Methods

Constructors

CreateAchievement(Guid, Guid, string, string, string, Expiration, string)

public CreateAchievement(Guid achievement, Guid tenant, string label, string title, string description, Expiration expiration, string source = null)

Parameters

achievement Guid
tenant Guid
label string
title string
description string
expiration Expiration
source string

Properties

Description

public string Description { get; set; }

Property Value

string

Expiration

public Expiration Expiration { get; set; }

Property Value

Expiration

Label

public string Label { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string