Show / Hide Table of Contents

Class Team

Class representing a Team in the API.

Inheritance
System.Object
Team
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class Team : object

Properties

CreateDate

Date of the team creation.

Declaration
public DateTime CreateDate { get; set; }
Property Value
Type Description
DateTime

FullId

Team id.

Declaration
public string FullId { get; set; }
Property Value
Type Description
System.String

LastGameDate

Date of the last game.

Declaration
public DateTime LastGameDate { get; set; }
Property Value
Type Description
DateTime

LastJoinDate

Date when the last member joined the team.

Declaration
public DateTime LastJoinDate { get; set; }
Property Value
Type Description
DateTime

LastJoinedRankedTeamQueueDate

Date when the team last joined their queue.

Declaration
public DateTime LastJoinedRankedTeamQueueDate { get; set; }
Property Value
Type Description
DateTime

MatchHistory

Match history.

Declaration
public List<MatchHistorySummary> MatchHistory { get; set; }
Property Value
Type Description
List<><MatchHistorySummary>

ModifyDate

Last time the team was modified.

Declaration
public DateTime ModifyDate { get; set; }
Property Value
Type Description
DateTime

Name

Name of the team.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Roster

Roster of the team.

Declaration
public Roster Roster { get; set; }
Property Value
Type Description
Roster

SecondLastJoinDate

Date when the second last member joined the team..

Declaration
public DateTime SecondLastJoinDate { get; set; }
Property Value
Type Description
DateTime

Status

Status of the team.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String

Tag

Tag of the team.

Declaration
public string Tag { get; set; }
Property Value
Type Description
System.String

TeamStatDetails

Stat summary of the team.

Declaration
public List<TeamStatDetail> TeamStatDetails { get; set; }
Property Value
Type Description
List<><TeamStatDetail>

ThirdLastJoinDate

Date when the third last member joined the team.

Declaration
public DateTime ThirdLastJoinDate { get; set; }
Property Value
Type Description
DateTime
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX