Method | Description | |
---|---|---|
AddSpareParts ( |
||
AppendNotificationMsg ( string notificationMsg, |
||
BindListBox ( |
||
CarServicePresentationUtility ( ) : System | ||
ClearNotificationMsgList ( |
||
GetGridCellContent ( |
||
GetSparePartsFormatForListBox ( EntityCollection |
||
GetSparePartsFormatForListBox ( IQueryable |
||
GetSparePartsFormatForListBox ( List |
||
HideNotificationMsgList ( |
||
IsSparePartItemsValid ( System.Web.UI.WebControls.ListItemCollection selectedSparePartItems, |
||
MoveListItems ( |
Moves spare part items from source list box to destination list box.
|
|
ProcessFinishRepairDate ( string repairDateTxt, |
||
ProcessRepairPrices ( string sparePartsPriceTxt, string repairPriceTxt, |
||
ProcessStartRepairDate ( string startRepairDateTxt, |
||
ShowNotificationMsgList ( |
Method | Description | |
---|---|---|
BindSparePartsLists ( List |
||
ValidatePrices ( string sparePartsPriceTxt, string repairPriceTxt, decimal &sparePartsPrice, decimal &repairPrice ) : bool |
public static AddSpareParts ( |
||
repairCard | ||
selectedSparePartItems | System.Web.UI.WebControls.ListItemCollection | |
persister | ICarServicePersister | |
return | void |
public static AppendNotificationMsg ( string notificationMsg, |
||
notificationMsg | string | |
notificationMsgList | ||
return | void |
public static BindListBox ( |
||
listBox | ||
listBoxDataSource | object | |
return | void |
public CarServicePresentationUtility ( ) : System | ||
return | System |
public static ClearNotificationMsgList ( |
||
notificationMsgList | ||
return | void |
public static GetGridCellContent ( |
||
gridView | ||
rowIndex | int | |
columnIndex | int | |
return | string |
public static GetSparePartsFormatForListBox ( EntityCollection |
||
spareParts | EntityCollection |
|
return | object |
public static GetSparePartsFormatForListBox ( IQueryable |
||
spareParts | IQueryable |
|
return | object |
public static GetSparePartsFormatForListBox ( List |
||
spareParts | List |
|
return | object |
public static HideNotificationMsgList ( |
||
notificationMsgList | ||
return | void |
public static IsSparePartItemsValid ( System.Web.UI.WebControls.ListItemCollection selectedSparePartItems, |
||
selectedSparePartItems | System.Web.UI.WebControls.ListItemCollection | |
notificationMsgList | ||
return | bool |
public static MoveListItems ( |
||
srcListBox | Source list box to be specified | |
destListBox | Destination list box to be specified | |
srcPriceCalculation | bool | True - adds prices of selected spare parts, false - doesn't add prices of selected spare parts |
persister | ICarServicePersister | Persister to be specified |
totalPrice | decimal | Stores total price of selected spare parts |
return | void |
public static ProcessFinishRepairDate ( string repairDateTxt, |
||
repairDateTxt | string | |
notificationMsgList | ||
repairDate | System.DateTime | |
return | bool |
public static ProcessRepairPrices ( string sparePartsPriceTxt, string repairPriceTxt, |
||
sparePartsPriceTxt | string | |
repairPriceTxt | string | |
notificationMsgList | ||
sparePartsPrice | decimal | |
repairPrice | decimal | |
return | bool |
public static ProcessStartRepairDate ( string startRepairDateTxt, |
||
startRepairDateTxt | string | |
notificationMsgList | ||
startRepairDate | System.DateTime | |
return | bool |
public static ShowNotificationMsgList ( |
||
notificationMsgList | ||
return | void |