Table of Contents

Class AchievementCreated

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

Constructors

AchievementCreated(Guid, string, string, string, Expiration, string)

public AchievementCreated(Guid tenant, string label, string title, string description, Expiration expiration, string source)

Parameters

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