Class Project
Inheritance
System.Object
Project
Syntax
[Serializable]
public class Project
Constructors
Project()
Declaration
Project(String, String, String, String, TargetChannel)
Declaration
public Project(string serverProjectId, string projectId, string name, string description, TargetChannel channel)
Parameters
Type |
Name |
Description |
System.String |
serverProjectId |
|
System.String |
projectId |
|
System.String |
name |
|
System.String |
description |
|
TargetChannel |
channel |
|
Fields
channel
Declaration
public TargetChannel channel
Field Value
Type |
Description |
TargetChannel |
|
description
Declaration
public string description
Field Value
Type |
Description |
System.String |
|
Empty
Declaration
public static Project Empty
Field Value
name
Declaration
Field Value
Type |
Description |
System.String |
|
projectId
Declaration
Field Value
Type |
Description |
System.String |
|
serverProjectId
Declaration
public string serverProjectId
Field Value
Type |
Description |
System.String |
|
Methods
IsValid()
Declaration
Returns
Type |
Description |
System.Boolean |
|