C# Класс Panta.DataModels.Course

Наследование: IIndexable, IName
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Course ( ) : System
GetSplittedIndexStrings ( ) : IEnumerable

Parse/Split the roots and store them with prefixes and without prefixes

ToString ( ) : string

Защищенные методы

Метод Описание
GetIndexStrings ( ) : IList

Put all the properties into a form with prefix and root

Описание методов

Course() публичный Метод

public Course ( ) : System
Результат System

GetIndexStrings() защищенный Метод

Put all the properties into a form with prefix and root
protected GetIndexStrings ( ) : IList
Результат IList

GetSplittedIndexStrings() публичный Метод

Parse/Split the roots and store them with prefixes and without prefixes
public GetSplittedIndexStrings ( ) : IEnumerable
Результат IEnumerable

ToString() публичный Метод

public ToString ( ) : string
Результат string