The Company type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Company | Initializes a new instance of the Company 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 one
| |
addr2 |
Address line two
| |
addr3 |
Address line three
| |
addr4 |
Address line four
| |
addr5 |
Address line five
| |
compNo |
Company number
| |
Email address
| ||
errMsg |
Error message details of why operation failed
(Inherited from ReturnVal.) | |
isSuccess |
Flag to indicate that the operation has succeeded
(Inherited from ReturnVal.) | |
name |
Company name
| |
phone1 |
Telephone Number one
| |
phone2 |
Telephone Number two
| |
phone3 |
Telephone Number three
| |
phone4 |
Telephone Number four
| |
postCode |
Post Code
|
See Also