Class LearningPageModel
Inherited Members
Namespace: EduCATS.Pages.Learning.Models
Assembly: EduCATS.dll
Syntax
public class LearningPageModel
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
Image
Declaration
public string Image { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |