TeamMemberInfo Class¶
Information about a team member.
Constructors¶
| Name | Description |
|---|---|
| TeamMemberInfo(Team, string, string) | Creates a new instance of the TeamMemberInfo class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| DisplayName | System.String | Team member’s display name. |
| MemberId | System.String | Team member’s unique ID. |
| TeamInfo | DotNetBox.Team | Team member’s team information. |
Methods¶
| Name | Description |
|---|---|
| TeamMemberInfo.FromJson(JObject) | Creates a new instance of the TeamMemberInfo class using a JSON object. |
| TeamMemberInfo.ToString() | Returns a string containing all of the class’ properties. |