Class LanguagePageModel
Inheritance
LanguagePageModel
Assembly: EduCATS.dll
Syntax
public class LanguagePageModel : IRoundedListType
Properties
Description
Declaration
public string Description { get; set; }
Property Value
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
GetListType()
Declaration
public RoundedListTypeEnum GetListType()
Returns
Implements