tgstation-server
6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
EntityId.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models
2
{
6
public
class
EntityId
7
{
11
[RequestOptions(
FieldPresence
.Required)]
12
[RequestOptions(
FieldPresence
.Ignored, PutOnly =
true
)]
13
public
virtual
long
?
Id
{
get
;
set
; }
14
}
15
}
Tgstation.Server.Api.Models.EntityId
Common base of entities with IDs.
Definition
EntityId.cs:7
Tgstation.Server.Api.Models.EntityId.Id
virtual ? long Id
The ID of the entity.
Definition
EntityId.cs:13
Tgstation.Server.Api.Models
Definition
ChatChannel.cs:6
Tgstation.Server.Api.Models.FieldPresence
FieldPresence
Indicates whether a request field is Required or Ignored.
Definition
FieldPresence.cs:7
Generated by
1.9.8