Table of Contents

Class OccupationModel

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class OccupationModel : AssetModel
Inheritance
OccupationModel
Inherited Members
Extension Methods

Constructors

OccupationModel(AssetModel)

public OccupationModel(AssetModel model)

Parameters

model AssetModel

OccupationModel(Guid, string, int, Guid, string)

public OccupationModel(Guid id, string code, int number, Guid thumbprint, string title)

Parameters

id Guid
code string
number int
thumbprint Guid
title string

Properties

Frameworks

public List<FrameworkModel> Frameworks { get; set; }

Property Value

List<FrameworkModel>

Methods

CreateChart()

public Chart CreateChart()

Returns

Chart