tgstation-server
6.19.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Authority
Core
ProjectedPair{TQueried,TResult}.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Authority.Core
2
{
8
public
sealed
class
ProjectedPair
<TQueried, TResult>
9
{
13
public
required TQueried
Queried
{
get
; init; }
14
18
public
required TResult
Result
{
get
; init; }
19
}
20
}
Tgstation.Server.Host.Authority.Core.ProjectedPair
DTO for moving database projected objects through the system.
Definition
ProjectedPair{TQueried,TResult}.cs:9
Tgstation.Server.Host.Authority.Core.ProjectedPair.Result
required TResult Result
The output DTO TResult .
Definition
ProjectedPair{TQueried,TResult}.cs:18
Tgstation.Server.Host.Authority.Core.ProjectedPair.Queried
required TQueried Queried
The originally queried TQueried .
Definition
ProjectedPair{TQueried,TResult}.cs:13
Tgstation.Server.Host.Authority.Core
Definition
AuthorityBase.cs:14
Generated by
1.9.8