[This is preliminary documentation and is subject to change.]
This object contains all of the information about a school's room. This object contains a reference to a room type so that it may represent anything from a gym, cafeteria, to a standard classroom.
| C# | Visual Basic | Visual C++ |
public class RoomInfo : SifDataObject
Public Class RoomInfo _ Inherits SifDataObject
public ref class RoomInfo : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RoomInfoRoomInfoNew()() |
Creates an instance of a RoomInfo
| |
| RoomInfoRoomInfoNew(String, String) |
Constructor that accepts values for all mandatory fields
| |
| Building |
Gets or sets the value of the <Building> element.
| |
| Capacity |
Gets or sets the value of the <Capacity> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| HomeroomNumber |
Gets or sets the value of the <HomeroomNumber> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| PhoneNumber |
Gets or sets the value of the <PhoneNumber> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| RoomNumber |
Gets or sets the value of the <RoomNumber> element.
| |
| RoomTypeRefId |
Gets or sets the value of the <RoomTypeRefId> element.
| |
| SchoolInfoRefId |
Gets or sets the value of the SchoolInfoRefId attribute.
| |
| SetPhoneNumber(PhoneNumberType, String) | Sets the value of the <PhoneNumber> element. | |
| SetStaffList(StaffPersonalRefId) | Sets the value of the <StaffList> element. | |
| Size |
Gets or sets the value of the <Size> element.
| |
| StaffList |
Gets or sets the value of the <StaffList> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1