Table of Contents

Class ChangeExperienceHours

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

Constructors

ChangeExperienceHours(Guid, Guid, decimal?)

public ChangeExperienceHours(Guid journal, Guid experience, decimal? hours)

Parameters

journal Guid
experience Guid
hours decimal?

Properties

Experience

public Guid Experience { get; }

Property Value

Guid

Hours

public decimal? Hours { get; }

Property Value

decimal?