Table of Contents

Class ChangeExperienceTraining

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

Constructors

ChangeExperienceTraining(Guid, Guid, string, string, string, string, string, string)

public ChangeExperienceTraining(Guid journal, Guid experience, string level, string location, string provider, string courseTitle, string comment, string type)

Parameters

journal Guid
experience Guid
level string
location string
provider string
courseTitle string
comment string
type string

Properties

Comment

public string Comment { get; }

Property Value

string

CourseTitle

public string CourseTitle { get; }

Property Value

string

Experience

public Guid Experience { get; }

Property Value

Guid

Level

public string Level { get; }

Property Value

string

Location

public string Location { get; }

Property Value

string

Provider

public string Provider { get; }

Property Value

string

Type

public string Type { get; }

Property Value

string