The ServiceHistory type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ServiceHistory | Initializes a new instance of the ServiceHistory class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
account |
SL Account number Invoiced
| |
booking |
Booking Number
| |
code |
Service Code
| |
details |
Job Details
| |
errMsg |
Error message details of why operation failed
(Inherited from ReturnVal.) | |
invNo |
Invoice Number
| |
isSuccess |
Flag to indicate that the operation has succeeded
(Inherited from ReturnVal.) | |
jobNo |
Job Number
| |
mileage |
Vehicle Mileage
| |
theDate |
Date
| |
value |
Value
|
See Also