The Customers type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Customers | Initializes a new instance of the Customers 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 |
Account Number
| |
addr1 |
Address Line 1
| |
addr2 |
Address Line 2
| |
addr3 |
Address Line 3
| |
addr4 |
Address Line 4
| |
addr5 |
Address Line 5
| |
custNo |
Unique Customer ID
| |
Email Address
| ||
errMsg |
Error message details of why operation failed
(Inherited from ReturnVal.) | |
initials |
Initials
| |
isSuccess |
Flag to indicate that the operation has succeeded
(Inherited from ReturnVal.) | |
phone1 |
Home Phone
| |
phone2 |
Work Phone
| |
phone3 |
Fax Number
| |
phone4 |
Mobile Number
| |
postCode |
Postcode
| |
salute |
Salutation
| |
surname |
Surname
| |
title |
Title
|
See Also