C# Class Panta.DataModels.Course

Inheritance: IIndexable, IName
Mostrar archivo Open project: renmengye/CoursePlanner

Private Properties

Property Type Description

Public Methods

Method Description
Course ( ) : System
GetSplittedIndexStrings ( ) : IEnumerable

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

ToString ( ) : string

Protected Methods

Method Description
GetIndexStrings ( ) : IList

Put all the properties into a form with prefix and root

Method Details

Course() public method

public Course ( ) : System
return System

GetIndexStrings() protected method

Put all the properties into a form with prefix and root
protected GetIndexStrings ( ) : IList
return IList

GetSplittedIndexStrings() public method

Parse/Split the roots and store them with prefixes and without prefixes
public GetSplittedIndexStrings ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string