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