Property | Type | Description | |
---|---|---|---|
DepotKey | string | ||
Description | string | ||
ID | string | ||
Modified | System.DateTime | ||
Name | string | ||
Organization | |||
UrlName | string |
Method | Description | |
---|---|---|
CanAddSoftware ( |
||
FindSoftware ( |
Find software in depot (searches in suits)
|
|
FindSoftware ( string id ) : |
Find software in depot (searches in suits)
|
|
GetDepotWhereSoftwareExists ( |
Get list of depot where software exists in
|
|
RegisterHooks ( ) : void |
Register database commit hooks
|
|
SetModified ( ) : void |
Call this when you want to the External Rest API to get the latest version and not a cahced one
|
Method | Description | |
---|---|---|
GetUniqueDepotKey ( ) : string |
Generate unique "storekey" depot key.
|
public CanAddSoftware ( |
||
software | ||
return | bool |
public FindSoftware ( |
||
software | Software | |
return |
public FindSoftware ( string id ) : |
||
id | string | Software ID |
return |
public static GetDepotWhereSoftwareExists ( |
||
software | ||
return | IList |