Class CourseCatalogItem
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class CourseCatalogItem
- Inheritance
-
CourseCatalogItem
- Inherited Members
-
Constructors
CourseCatalogItem(string)
public CourseCatalogItem(string title)
Parameters
title string
Properties
Authored
public DateTimeOffset? Authored { get; set; }
Property Value
- DateTimeOffset?
CourseFlagColor
public string CourseFlagColor { get; set; }
Property Value
- string
CourseFlagText
public string CourseFlagText { get; set; }
Property Value
- string
ItemBadge
public string ItemBadge { get; }
Property Value
- string
ItemDescription
public string ItemDescription { get; set; }
Property Value
- string
ItemFlag
public Flag ItemFlag { get; }
Property Value
- Flag
ItemIdentifier
public Guid ItemIdentifier { get; set; }
Property Value
- Guid
ItemPopularity
public int ItemPopularity { get; set; }
Property Value
- int
ItemRequirement
public string ItemRequirement { get; set; }
Property Value
- string
ItemStartUrl
public string ItemStartUrl { get; }
Property Value
- string
ItemSubcategories
public string ItemSubcategories { get; set; }
Property Value
- string
ItemThumbnail
public string ItemThumbnail { get; }
Property Value
- string
ItemTitle
public string ItemTitle { get; set; }
Property Value
- string
ItemType
public string ItemType { get; set; }
Property Value
- string
Posted
public DateTimeOffset? Posted { get; set; }
Property Value
- DateTimeOffset?
ThumbnailImageUrl
public string ThumbnailImageUrl { get; set; }
Property Value
- string