Метод | Описание | |
---|---|---|
DeleteAssets ( string uuid ) : int | ||
FindAsset ( String number ) : |
||
FindAsset ( String type, String number ) : |
||
FindAsset ( String type, String number, String uuid ) : |
||
GetAssetsByUuid ( string uuid ) : AssetIdentificationBean>.Dictionary | ||
GetDocumentsByType ( int documentTypeId ) : List |
||
HasAsset ( String type, String number, String uuid ) : System.Boolean | ||
HasAssets ( String uuid ) : System.Boolean | ||
RemoveAsset ( string assetNumber, string uuid ) : object | ||
RemoveAssets ( string uuid ) : object | ||
hasDocument ( String uuid ) : bool | ||
hasDocument ( string fileName, int documentType ) : bool | ||
openDatabaseDocument ( String uuid ) : |
||
openDatabaseDocument ( string fileName, int documentType ) : |
||
openDatabaseDocumentByName ( String fileName ) : |
public FindAsset ( String number ) : |
||
number | String | |
Результат |
public FindAsset ( String type, String number ) : |
||
type | String | |
number | String | |
Результат |
public FindAsset ( String type, String number, String uuid ) : |
||
type | String | |
number | String | |
uuid | String | |
Результат |
public GetAssetsByUuid ( string uuid ) : AssetIdentificationBean>.Dictionary | ||
uuid | string | |
Результат | AssetIdentificationBean>.Dictionary |
public GetDocumentsByType ( int documentTypeId ) : List |
||
documentTypeId | int | |
Результат | List |
public HasAsset ( String type, String number, String uuid ) : System.Boolean | ||
type | String | |
number | String | |
uuid | String | |
Результат | System.Boolean |
public HasAssets ( String uuid ) : System.Boolean | ||
uuid | String | |
Результат | System.Boolean |
public RemoveAsset ( string assetNumber, string uuid ) : object | ||
assetNumber | string | |
uuid | string | |
Результат | object |
public RemoveAssets ( string uuid ) : object | ||
uuid | string | |
Результат | object |
public hasDocument ( string fileName, int documentType ) : bool | ||
fileName | string | |
documentType | int | |
Результат | bool |
public openDatabaseDocument ( String uuid ) : |
||
uuid | String | |
Результат |
public openDatabaseDocument ( string fileName, int documentType ) : |
||
fileName | string | |
documentType | int | |
Результат |
public openDatabaseDocumentByName ( String fileName ) : |
||
fileName | String | |
Результат |