C# Class ScheduleWorks.Utility.IndexMaker

Show file Open project: lyubomiryanchev/ScheduleWorks

Public Properties

Property Type Description
LastIndexOfClasses int
LastIndexOfClassrooms int
LastIndexOfLessons int
LastIndexOfSubjects int
LastIndexOfTeachers int

Public Methods

Method Description
Class ( ) : int
Classroom ( ) : int
Lesson ( ) : int
Subject ( ) : int
Teacher ( ) : int

Method Details

Class() public static method

public static Class ( ) : int
return int

Classroom() public static method

public static Classroom ( ) : int
return int

Lesson() public static method

public static Lesson ( ) : int
return int

Subject() public static method

public static Subject ( ) : int
return int

Teacher() public static method

public static Teacher ( ) : int
return int

Property Details

LastIndexOfClasses public static property

public static int LastIndexOfClasses
return int

LastIndexOfClassrooms public static property

public static int LastIndexOfClassrooms
return int

LastIndexOfLessons public static property

public static int LastIndexOfLessons
return int

LastIndexOfSubjects public static property

public static int LastIndexOfSubjects
return int

LastIndexOfTeachers public static property

public static int LastIndexOfTeachers
return int