Table of Contents

Class TeamList

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Team list.

[DataContract]
public class TeamList
Inheritance
TeamList
Inherited Members

Constructors

TeamList(List<Teams>)

Initializes a new instance of the TeamList class.

public TeamList(List<Teams> results = null)

Parameters

results List<Teams>

Gets or sets the team results.

Properties

PageDetails

Gets or sets page details.

[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public TeamPageDetails PageDetails { get; set; }

Property Value

TeamPageDetails

Results

Gets or sets the team results.

[DataMember(Name = "results", EmitDefaultValue = false)]
public List<Teams> Results { get; set; }

Property Value

List<Teams>