Class TeamList
Team list.
Inheritance
System.Object
TeamList
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TeamList : object
Constructors
| Improve this Doc View SourceTeamList(List<Teams>)
Initializes a new instance of the TeamList class.
Declaration
public TeamList(List<Teams> results = null)
Parameters
Type | Name | Description |
---|---|---|
List<Teams> | results | Gets or sets the team results. |
Properties
| Improve this Doc View SourcePageDetails
Gets or sets page details.
Declaration
public TeamPageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
TeamPageDetails |
Results
Gets or sets the team results.
Declaration
public List<Teams> Results { get; set; }
Property Value
Type | Description |
---|---|
List<Teams> |