Class TCatalog
- Namespace
- InSite.Application.Courses.Read
- Assembly
- Shift.Sdk.dll
public class TCatalog
- Inheritance
-
TCatalog
- Inherited Members
- Extension Methods
Constructors
TCatalog()
public TCatalog()
Properties
CatalogIdentifier
public Guid CatalogIdentifier { get; set; }
Property Value
CatalogName
public string CatalogName { get; set; }
Property Value
Courses
public virtual ICollection<QCourse> Courses { get; set; }
Property Value
IsHidden
public bool IsHidden { get; set; }
Property Value
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }