Table of Contents

Class FormPublication

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

Publication properties determine the rules for availability and/or display of an online assessment form.

public class FormPublication
Inheritance
FormPublication
Inherited Members
Extension Methods

Constructors

FormPublication()

public FormPublication()

Properties

AllowDownloadAssessmentsQA

public bool AllowDownloadAssessmentsQA { get; set; }

Property Value

bool

AllowFeedback

public bool AllowFeedback { get; set; }

Property Value

bool

AllowRationaleForCorrectAnswers

public bool AllowRationaleForCorrectAnswers { get; set; }

Property Value

bool

AllowRationaleForIncorrectAnswers

public bool AllowRationaleForIncorrectAnswers { get; set; }

Property Value

bool

FirstPublished

public DateTimeOffset? FirstPublished { get; set; }

Property Value

DateTimeOffset?

Icon

public string Icon { get; set; }

Property Value

string

IsProgram

public bool IsProgram { get; set; }

Property Value

bool

IsPublished

public bool IsPublished { get; set; }

Property Value

bool

NavigateUrl

public string NavigateUrl { get; set; }

Property Value

string

Status

public PublicationStatus Status { get; set; }

Property Value

PublicationStatus

Methods

Clone()

public FormPublication Clone()

Returns

FormPublication