C# Класс Disco.Web.Areas.API.Controllers.T4MVC_JobController

Наследование: Disco.Web.Areas.API.Controllers.JobController
Показать файл Открыть проект

Открытые методы

Метод Описание
T4MVC_JobController ( ) : System

Приватные методы

Метод Описание
Attachment ( int id ) : System.Web.Mvc.ActionResult
AttachmentDownload ( int id ) : System.Web.Mvc.ActionResult
AttachmentDownloadOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentRemove ( int id ) : System.Web.Mvc.ActionResult
AttachmentRemoveOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentThumbnail ( int id ) : System.Web.Mvc.ActionResult
AttachmentThumbnailOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentUpload ( int id, string Comments ) : System.Web.Mvc.ActionResult
AttachmentUploadOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Comments ) : void
Attachments ( int id ) : System.Web.Mvc.ActionResult
AttachmentsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
Close ( int id, bool redirect ) : System.Web.Mvc.ActionResult
CloseOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
Comment ( int id ) : System.Web.Mvc.ActionResult
CommentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
CommentPost ( int id, string comment ) : System.Web.Mvc.ActionResult
CommentPostOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string comment ) : void
CommentRemove ( int id ) : System.Web.Mvc.ActionResult
CommentRemoveOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
Comments ( int id ) : System.Web.Mvc.ActionResult
CommentsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
ComponentAdd ( int id, string Description, string Cost ) : System.Web.Mvc.ActionResult
ComponentAddOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Description, string Cost ) : void
ComponentRemove ( int id ) : System.Web.Mvc.ActionResult
ComponentRemoveOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
ComponentUpdate ( int id, string Description, string Cost ) : System.Web.Mvc.ActionResult
ComponentUpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Description, string Cost ) : void
ConvertHWarToHNWar ( int id, bool redirect ) : System.Web.Mvc.ActionResult
ConvertHWarToHNWarOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
Delete ( int id, bool redirect ) : System.Web.Mvc.ActionResult
DeleteOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
DeviceHeld ( int id, bool redirect ) : System.Web.Mvc.ActionResult
DeviceHeldLocations ( ) : System.Web.Mvc.ActionResult
DeviceHeldLocationsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
DeviceHeldOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
DeviceReadyForReturn ( int id, bool redirect ) : System.Web.Mvc.ActionResult
DeviceReadyForReturnOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
DeviceReturned ( int id, bool redirect ) : System.Web.Mvc.ActionResult
DeviceReturnedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
ForceClose ( int id, string Reason, bool redirect ) : System.Web.Mvc.ActionResult
ForceCloseOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Reason, bool redirect ) : void
GeneratePdf ( int id, string DocumentTemplateId ) : System.Web.Mvc.ActionResult
GeneratePdfOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string DocumentTemplateId ) : void
GeneratePdfPackage ( int id, string DocumentTemplatePackageId ) : System.Web.Mvc.ActionResult
GeneratePdfPackageOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string DocumentTemplatePackageId ) : void
NotWaitingForUserAction ( int id, string Resolution, bool redirect ) : System.Web.Mvc.ActionResult
NotWaitingForUserActionOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Resolution, bool redirect ) : void
Reopen ( int id, bool redirect ) : System.Web.Mvc.ActionResult
ReopenOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
StatisticsDailyOpenedClosed ( ) : System.Web.Mvc.ActionResult
StatisticsDailyOpenedClosedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
Update ( int id, string key, string value, bool redirect ) : System.Web.Mvc.ActionResult
UpdateDeviceHeldLocation ( int id, string DeviceHeldLocation, bool redirect ) : System.Web.Mvc.ActionResult
UpdateDeviceHeldLocationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string DeviceHeldLocation, bool redirect ) : void
UpdateExpectedClosedDate ( int id, string ExpectedClosedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateExpectedClosedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ExpectedClosedDate, bool redirect ) : void
UpdateFlag ( int id, long Flag, string Reason, bool redirect ) : System.Web.Mvc.ActionResult
UpdateFlagOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, long Flag, string Reason, bool redirect ) : void
UpdateFlags ( int id, string Flags, bool redirect ) : System.Web.Mvc.ActionResult
UpdateFlagsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Flags, bool redirect ) : void
UpdateInsuranceBurglaryTheftMethodOfEntry ( int id, string BurglaryTheftMethodOfEntry, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceBurglaryTheftMethodOfEntryOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string BurglaryTheftMethodOfEntry, bool redirect ) : void
UpdateInsuranceClaimFormSentDate ( int id, string ClaimFormSentDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceClaimFormSentDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ClaimFormSentDate, bool redirect ) : void
UpdateInsuranceClaimFormSentUserId ( int id, string ClaimFormSentUserId, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceClaimFormSentUserIdOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ClaimFormSentUserId, bool redirect ) : void
UpdateInsuranceDateOfPurchase ( int id, string DateOfPurchase, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceDateOfPurchaseOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string DateOfPurchase, bool redirect ) : void
UpdateInsuranceDescription ( int id, string Description, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceDescriptionOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Description, bool redirect ) : void
UpdateInsuranceEventLocation ( int id, string EventLocation, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceEventLocationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string EventLocation, bool redirect ) : void
UpdateInsuranceLossOrDamageDate ( int id, string LossOrDamageDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceLossOrDamageDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string LossOrDamageDate, bool redirect ) : void
UpdateInsuranceOtherInterestedParties ( int id, string OtherInterestedParties, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceOtherInterestedPartiesOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string OtherInterestedParties, bool redirect ) : void
UpdateInsurancePoliceNotified ( int id, string PoliceNotified, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsurancePoliceNotifiedCrimeReportNo ( int id, string PoliceNotifiedCrimeReportNo, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsurancePoliceNotifiedCrimeReportNoOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PoliceNotifiedCrimeReportNo, bool redirect ) : void
UpdateInsurancePoliceNotifiedDate ( int id, string PoliceNotifiedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsurancePoliceNotifiedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PoliceNotifiedDate, bool redirect ) : void
UpdateInsurancePoliceNotifiedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PoliceNotified, bool redirect ) : void
UpdateInsurancePoliceNotifiedStation ( int id, string PoliceNotifiedStation, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsurancePoliceNotifiedStationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PoliceNotifiedStation, bool redirect ) : void
UpdateInsurancePropertyLastSeenDate ( int id, string PropertyLastSeenDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsurancePropertyLastSeenDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PropertyLastSeenDate, bool redirect ) : void
UpdateInsuranceRecoverReduceAction ( int id, string RecoverReduceAction, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceRecoverReduceActionOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RecoverReduceAction, bool redirect ) : void
UpdateInsuranceThirdPartyCaused ( int id, string ThirdPartyCaused, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceThirdPartyCausedName ( int id, string ThirdPartyCausedName, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceThirdPartyCausedNameOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ThirdPartyCausedName, bool redirect ) : void
UpdateInsuranceThirdPartyCausedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ThirdPartyCaused, bool redirect ) : void
UpdateInsuranceThirdPartyCausedWhy ( int id, string ThirdPartyCausedWhy, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceThirdPartyCausedWhyOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ThirdPartyCausedWhy, bool redirect ) : void
UpdateInsuranceWitnessesNamesAddresses ( int id, string WitnessesNamesAddresses, bool redirect ) : System.Web.Mvc.ActionResult
UpdateInsuranceWitnessesNamesAddressesOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string WitnessesNamesAddresses, bool redirect ) : void
UpdateNonWarrantyAccountingChargeAdded ( int id, string AccountingChargeAddedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyAccountingChargeAddedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string AccountingChargeAddedDate, bool redirect ) : void
UpdateNonWarrantyAccountingChargePaid ( int id, string AccountingChargePaidDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyAccountingChargePaidOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string AccountingChargePaidDate, bool redirect ) : void
UpdateNonWarrantyAccountingChargeRequired ( int id, string AccountingChargeRequiredDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyAccountingChargeRequiredOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string AccountingChargeRequiredDate, bool redirect ) : void
UpdateNonWarrantyInvoiceReceived ( int id, string InvoiceReceivedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyInvoiceReceivedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string InvoiceReceivedDate, bool redirect ) : void
UpdateNonWarrantyIsInsuranceClaim ( int id, bool IsInsuranceClaim, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyIsInsuranceClaimOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool IsInsuranceClaim, bool redirect ) : void
UpdateNonWarrantyPurchaseOrderRaised ( int id, string PurchaseOrderRaisedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyPurchaseOrderRaisedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PurchaseOrderRaisedDate, bool redirect ) : void
UpdateNonWarrantyPurchaseOrderReference ( int id, string PurchaseOrderReference, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyPurchaseOrderReferenceOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PurchaseOrderReference, bool redirect ) : void
UpdateNonWarrantyPurchaseOrderSent ( int id, string PurchaseOrderSentDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyPurchaseOrderSentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string PurchaseOrderSentDate, bool redirect ) : void
UpdateNonWarrantyRepairerCompletedDate ( int id, string RepairerCompletedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyRepairerCompletedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RepairerCompletedDate, bool redirect ) : void
UpdateNonWarrantyRepairerLoggedDate ( int id, string RepairerLoggedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyRepairerLoggedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RepairerLoggedDate, bool redirect ) : void
UpdateNonWarrantyRepairerName ( int id, string RepairerName, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyRepairerNameOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RepairerName, bool redirect ) : void
UpdateNonWarrantyRepairerReference ( int id, string RepairerReference, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNonWarrantyRepairerReferenceOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RepairerReference, bool redirect ) : void
UpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string key, string value, bool redirect ) : void
UpdateSubTypes ( int id, System SubTypes, bool AddComponents, bool redirect ) : System.Web.Mvc.ActionResult
UpdateSubTypesOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, System SubTypes, bool AddComponents, bool redirect ) : void
UpdateWarrantyExternalCompletedDate ( int id, string ExternalCompletedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateWarrantyExternalCompletedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ExternalCompletedDate, bool redirect ) : void
UpdateWarrantyExternalLoggedDate ( int id, string ExternalLoggedDate, bool redirect ) : System.Web.Mvc.ActionResult
UpdateWarrantyExternalLoggedDateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ExternalLoggedDate, bool redirect ) : void
UpdateWarrantyExternalName ( int id, string ExternalName, bool redirect ) : System.Web.Mvc.ActionResult
UpdateWarrantyExternalNameOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ExternalName, bool redirect ) : void
UpdateWarrantyExternalReference ( int id, string ExternalReference, bool redirect ) : System.Web.Mvc.ActionResult
UpdateWarrantyExternalReferenceOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ExternalReference, bool redirect ) : void
WaitingForUserAction ( int id, string Reason, bool redirect ) : System.Web.Mvc.ActionResult
WaitingForUserActionOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Reason, bool redirect ) : void

Описание методов

T4MVC_JobController() публичный Метод

public T4MVC_JobController ( ) : System
Результат System