C# Class ScheduleWorks.Utility.IndexMaker

Mostrar archivo 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_oe static_oe property

public static int LastIndexOfClasses
return int

LastIndexOfClassrooms public_oe static_oe property

public static int LastIndexOfClassrooms
return int

LastIndexOfLessons public_oe static_oe property

public static int LastIndexOfLessons
return int

LastIndexOfSubjects public_oe static_oe property

public static int LastIndexOfSubjects
return int

LastIndexOfTeachers public_oe static_oe property

public static int LastIndexOfTeachers
return int