Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateStorageArea ( StorageArea storageArea ) : void | ||
DeleteStorageArea ( StorageArea storageArea ) : void | ||
LoadStorageArea ( string code ) : StorageArea | ||
StorageAreaMgrProxy ( ) : System | ||
UpdateStorageArea ( StorageArea storageArea ) : void |
public CreateStorageArea ( StorageArea storageArea ) : void | ||
storageArea | StorageArea | |
return | void |
public DeleteStorageArea ( StorageArea storageArea ) : void | ||
storageArea | StorageArea | |
return | void |
public LoadStorageArea ( string code ) : StorageArea | ||
code | string | |
return | StorageArea |
public UpdateStorageArea ( StorageArea storageArea ) : void | ||
storageArea | StorageArea | |
return | void |