Property | Type | Description |
---|
Method | Description | |
---|---|---|
CompleteMaintenance ( int assetID ) : void | ||
CreateNewAsset ( string name, decimal purchasePrice, string purchaseDate, decimal scrapvalue, int lifeSpan, string isoperative, DecreciationType inDecreciation ) : void | ||
GetAsset ( int assetID ) : void | ||
InsertNewAsset ( ) : void | ||
PerformMaintenance ( int assetID ) : void | ||
PlanMaintenance ( int assetID, string description, System.DateTime plannedDate ) : void | ||
ShowAssetInfo ( ) : List |
public CompleteMaintenance ( int assetID ) : void | ||
assetID | int | |
return | void |
public CreateNewAsset ( string name, decimal purchasePrice, string purchaseDate, decimal scrapvalue, int lifeSpan, string isoperative, DecreciationType inDecreciation ) : void | ||
name | string | |
purchasePrice | decimal | |
purchaseDate | string | |
scrapvalue | decimal | |
lifeSpan | int | |
isoperative | string | |
inDecreciation | DecreciationType | |
return | void |
public PerformMaintenance ( int assetID ) : void | ||
assetID | int | |
return | void |
public PlanMaintenance ( int assetID, string description, System.DateTime plannedDate ) : void | ||
assetID | int | |
description | string | |
plannedDate | System.DateTime | |
return | void |