C# Class Panta.DataModels.CourseSection

Mostrar archivo Open project: renmengye/CoursePlanner

Private Properties

Property Type Description

Public Methods

Method Description
GetSplittedIndexStrings ( ) : IList

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

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 ( ) : IList
return IList

ToString() public method

public ToString ( ) : string
return string