C# 클래스 Panta.DataModels.Course

상속: IIndexable, IName
파일 보기 프로젝트 열기: renmengye/CoursePlanner

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