Class CompanionProject
Inheritance
CompanionProject
Syntax
[Serializable]
public class CompanionProject : IListViewItemData<string>
Constructors
CompanionProject()
Declaration
public CompanionProject()
CompanionProject(String, String, Boolean)
Declaration
public CompanionProject(string projectID, string name, bool linked)
Parameters
Properties
index
Declaration
public string index { get; }
Property Value
Implements
linked
Declaration
public bool linked { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
selected
Declaration
public bool selected { get; set; }
Property Value
Implements
template
Declaration
public string template { get; }
Property Value
Implements
Methods
GetLocalPath()
Declaration
public string GetLocalPath()
Returns
Link(String, String)
Declaration
public void Link(string id, string newName)
Parameters
Unlink(String)
Declaration
public void Unlink(string id)
Parameters
Type |
Name |
Description |
String |
id |
|