Tournament Docs Tournament Docs
Tournament Docs Tournament Docs

Search Results for

    Edit this page

    Class ResourceTournament

    Represents a tournament resource wrapper with hypermedia links for HATEOAS.

    Inheritance
    object
    Resource<Tournament>
    ResourceTournament
    Inherited Members
    Resource<Tournament>.Data
    Resource<Tournament>.Links
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tournaments.Shared.Hateoas
    Assembly: Tournaments.Shared.dll
    Syntax
    public class ResourceTournament : Resource<Tournament>

    Constructors

    | Edit this page View Source

    ResourceTournament()

    Initializes a new instance of the ResourceTournament class.

    Declaration
    public ResourceTournament()
    | Edit this page View Source

    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.