Метод | Описание | |
---|---|---|
DeleteRoom ( System.Guid id, System.Guid accountId ) : |
Deletes the room.
|
|
GetRoomLookup ( System.Guid accountId ) : List |
Returns the room lookup data.
|
|
InsertRoom ( |
Inserts a room.
|
|
RoomExists ( System.Guid id, |
Returns a value indicating whether the room exists.
|
|
RoomServerService ( ) : System |
Initializes a new instance of the RoomServerService class.
|
|
UpdateRoom ( |
Updates a room.
|
public DeleteRoom ( System.Guid id, System.Guid accountId ) : |
||
id | System.Guid | The room identifier. |
accountId | System.Guid | The account identifier. |
Результат |
public GetRoomLookup ( System.Guid accountId ) : List |
||
accountId | System.Guid | The account identifier. |
Результат | List |
public InsertRoom ( |
||
itemToSave | The item to save. | |
accountId | System.Guid | The account identifier. |
Результат |
public RoomExists ( System.Guid id, |
||
id | System.Guid | The identifier. |
ctx | The entity container. | |
Результат | bool |
public UpdateRoom ( |
||
itemToSave | The item to save. | |
accountId | System.Guid | The account identifier. |
Результат |