Class ResourceTournament
Represents a tournament resource wrapper with hypermedia links for HATEOAS.
Inherited Members
Namespace: Tournaments.Shared.Hateoas
Assembly: Tournaments.Shared.dll
Syntax
public class ResourceTournament : Resource<Tournament>
Constructors
| Edit this page View SourceResourceTournament()
Initializes a new instance of the ResourceTournament class.
Declaration
public ResourceTournament()
ResourceTournament(Tournament)
Initializes a new instance of the ResourceTournament class with the specified tournament data.
Declaration
public ResourceTournament(Tournament tournament)
Parameters
Type | Name | Description |
---|---|---|
Tournament | tournament | The tournament data. |