C# 클래스 Panta.DataModels.CourseSection

파일 보기 프로젝트 열기: renmengye/CoursePlanner

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSplittedIndexStrings ( ) : IList

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

메소드 상세

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string