Table of Contents

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

Guid

CatalogName

public string CatalogName { get; set; }

Property Value

string

Courses

public virtual ICollection<QCourse> Courses { get; set; }

Property Value

ICollection<QCourse>

IsHidden

public bool IsHidden { get; set; }

Property Value

bool

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid