Class RoomTo
Inheritance
System.Object
RoomTo
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()
Namespace: NavJU.Models
Assembly: NavJU.dll
Syntax
public class RoomTo
Properties
Employees
Declaration
public IEnumerable<Employee> Employees { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<Employee> |
Room
Declaration
public Room Room { get; set; }
Property Value
| Type | Description |
|---|---|
| Room |