Table of Contents

Class AchievementDescribed

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class AchievementDescribed : Change, IChange
Inheritance
AchievementDescribed
Implements
Inherited Members
Extension Methods

Constructors

AchievementDescribed(string, string, string, bool)

public AchievementDescribed(string label, string title, string description, bool allowSelfDeclared)

Parameters

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