Table of Contents

Class DescribeAchievement

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

Constructors

DescribeAchievement(Guid, string, string, string, bool)

public DescribeAchievement(Guid achievement, string label, string title, string description, bool allowSelfDeclared)

Parameters

achievement Guid
label string
title string
description string
allowSelfDeclared bool

Properties

AllowSelfDeclared

public bool AllowSelfDeclared { get; set; }

Property Value

bool

Description

public string Description { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string