Свойство | Тип | Описание | |
---|---|---|---|
DepotKey | string | ||
Description | string | ||
ID | string | ||
Modified | System.DateTime | ||
Name | string | ||
Organization | |||
UrlName | string |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
GetUniqueDepotKey ( ) : string |
Generate unique "storekey" depot key.
|
public CanAddSoftware ( |
||
software | ||
Результат | bool |
public FindSoftware ( |
||
software | Software | |
Результат |
public FindSoftware ( string id ) : |
||
id | string | Software ID |
Результат |
public static GetDepotWhereSoftwareExists ( |
||
software | ||
Результат | IList |