Class Teams
Team and team user details.
Inheritance
System.Object
Teams
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class Teams : object
Constructors
| Improve this Doc View SourceTeams(String, Int64, Int64, String)
Initializes a new instance of the Teams class.
Declaration
public Teams(string teamName = null, long createdDate = null, long modifiedDate = null, string teamId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | teamName | Gets or sets the team Name. |
System.Int64 | createdDate | Gets or sets created Date. |
System.Int64 | modifiedDate | Gets or sets modified Date. |
System.String | teamId | Gets or sets teamId. |
Properties
| Improve this Doc View SourceCreatedDate
Gets or sets the created Date.
Declaration
public long CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ModifiedDate
Gets or sets the modified Date.
Declaration
public long ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TeamId
Gets or sets the teamId.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TeamName
Gets or sets the team Name.
Declaration
public string TeamName { get; set; }
Property Value
Type | Description |
---|---|
System.String |