Class Course2PublicationModel
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class Course2PublicationModel
- Inheritance
-
Course2PublicationModel
- Inherited Members
-
Constructors
Course2PublicationModel()
public Course2PublicationModel()
Properties
AssetSubtype
public string AssetSubtype { get; set; }
Property Value
- string
AssetType
public string AssetType { get; set; }
Property Value
- string
Command
public string Command { get; set; }
Property Value
- string
CountDeletes
public int CountDeletes { get; set; }
Property Value
- int
CountInserts
public int CountInserts { get; set; }
Property Value
- int
CountUpdates
public int CountUpdates { get; set; }
Property Value
- int
Course
public Course Course { get; set; }
Property Value
- Course
Date
public DateTime Date { get; set; }
Property Value
- DateTime
ExecutionTime
public int ExecutionTime { get; set; }
Property Value
- int
Number
public int Number { get; set; }
Property Value
- int
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
Publisher
public string Publisher { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Version
public int Version { get; set; }
Property Value
- int
Methods
Load(Course, string, string, IContentSearch)
public void Load(Course model, string publisher, string command, IContentSearch contentSearch)
Parameters
model Course
publisher string
command string
contentSearch IContentSearch
SerializeAsJson()
public string SerializeAsJson()
Returns
- string
SerializeAsMarkdownOutline()
public string SerializeAsMarkdownOutline()
Returns
- string
SerializeAsMarkdownShell()
public string SerializeAsMarkdownShell()
Returns
- string