Annotation Pro API
|
Collection of workspace items. More...
Inherits List< WorkspaceItemObject >.
Public Member Functions | |
WorkspaceItemCollection () | |
Default constructor. More... | |
WorkspaceItemObject | AddFile () |
Adds file. More... | |
WorkspaceItemObject | AddFile (string fileName) |
Creates WorkspaceItemObject and adds it to the WorkspaceItemCollection in WorkspaceControl More... | |
WorkspaceItemObject | GetByFilePath (string filePath) |
Gets by file path. More... | |
WorkspaceItemObject | GetById (Guid id) |
Gets by identifier. More... | |
bool | New () |
News this object. More... | |
bool | Open () |
Opens this object. More... | |
bool | Save () |
Saves this object. More... | |
bool | SaveAs () |
Saves as. More... | |
void | SaveData (WorkspaceDataSet dataSet) |
Saves a data. More... | |
Properties | |
string | FilePath [get, set] |
Gets or sets the full pathname of the file. More... | |
WorkspaceGroupCollection | Groups [get, set] |
Gets or sets the groups. More... | |
Collection of workspace items.
|
inline |
Default constructor.
|
inline |
Adds file.
|
inline |
Creates WorkspaceItemObject and adds it to the WorkspaceItemCollection in WorkspaceControl
fileName | Path of the file |
|
inline |
Gets by file path.
filePath | The full pathname of the file. |
|
inline |
Gets by identifier.
id | The identifier. |
|
inline |
News this object.
|
inline |
Opens this object.
|
inline |
Saves this object.
|
inline |
Saves as.
|
inline |
Saves a data.
dataSet | Set the data belongs to. |
|
getset |
Gets or sets the full pathname of the file.
The full pathname of the file.
|
getset |
Gets or sets the groups.
The groups.