Class Room
Inheritance
System.Object
Room
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NavJU.dll
Syntax
Properties
Building
Declaration
public string Building { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BuildingToString
Declaration
public string BuildingToString { get; }
Property Value
| Type |
Description |
| System.String |
|
Employees
Declaration
public List<Employee> Employees { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<Employee> |
|
Faculty
Declaration
public string Faculty { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FacultyShort
Declaration
public string FacultyShort { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FacultyToString
Declaration
public string FacultyToString { get; }
Property Value
| Type |
Description |
| System.String |
|
Floor
Declaration
public string Floor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FloorToString
Declaration
public string FloorToString { get; }
Property Value
| Type |
Description |
| System.String |
|
Id
Declaration
public long Id { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
LocationToString
Declaration
public string LocationToString { get; }
Property Value
| Type |
Description |
| System.String |
|
NameToString
Declaration
public string NameToString { get; }
Property Value
| Type |
Description |
| System.String |
|
PosX
Declaration
public int PosX { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PosY
Declaration
public int PosY { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RoomDetailToString
Declaration
public string RoomDetailToString { get; }
Property Value
| Type |
Description |
| System.String |
|