BlazeVendor Class |
Namespace: NetQuarry.Services
The BlazeVendor type exposes the following members.
| Name | Description | |
|---|---|---|
| BlazeVendor | Initializes a new instance of the BlazeVendor class |
| Name | Description | |
|---|---|---|
| active |
Specifies whether or not the item is active.
(Inherited from BlazeCompany.) | |
| additionalAddressList |
Additional addresses.
(Inherited from BlazeCompany.) | |
| address |
The address.
(Inherited from BlazeCompany.) | |
| armsLengthType |
The arms-length transaction type.
(Inherited from BlazeCompany.) | |
| assets |
The assets.
(Inherited from BlazeCompany.) | |
| backOrderEnabled |
Specifies whether or not back-ordering is enabled.
(Inherited from BlazeCompany.) | |
| brandList |
The brand list.
| |
| brands |
The brands sold.
(Inherited from BlazeCompany.) | |
| companyId |
The company ID.
(Inherited from BlazeCompany.) | |
| companyLicenses |
The company licenses.
(Inherited from BlazeCompany.) | |
| companyType |
The company type.
(Inherited from BlazeCompany.) | |
| created |
The created date.
(Inherited from BlazeBaseData.) | |
| credits |
The credits.
(Inherited from BlazeCompany.) | |
| dbaName |
Any dba name.
(Inherited from BlazeCompany.) | |
| deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
| description |
The description
(Inherited from BlazeCompany.) | |
The email address.
(Inherited from BlazeCompany.) | ||
| fax |
The FAX number.
(Inherited from BlazeCompany.) | |
| firstName |
The primary contact's first name.
(Inherited from BlazeCompany.) | |
| id |
The ID.
(Inherited from BlazeBaseData.) | |
| importId |
The import ID.
(Inherited from BlazeCompany.) | |
| lastName |
The primary contact's last name.
(Inherited from BlazeCompany.) | |
| licenceType |
The license type.
(Inherited from BlazeCompany.) | |
| licenseExpirationDate |
The license expiration date.
(Inherited from BlazeCompany.) | |
| licenseNumber |
The license number.
(Inherited from BlazeCompany.) | |
| mobileNumber |
The mobile phone number.
(Inherited from BlazeCompany.) | |
| modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
| name |
The company name.
(Inherited from BlazeCompany.) | |
| notes |
Notes.
(Inherited from BlazeCompany.) | |
| phone |
The phone number.
(Inherited from BlazeCompany.) | |
| qbDesktopRef |
The Quickbooks desktop reference.
(Inherited from BlazeCompany.) | |
| qbVendorRef |
The Quickbooks vendor reference.
(Inherited from BlazeCompany.) | |
| relatedEntity |
Specifies whether or not there is a related entity.
(Inherited from BlazeCompany.) | |
| updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
| vendorKey |
The vendor key.
(Inherited from BlazeCompany.) | |
| vendorType |
The vendor type.
(Inherited from BlazeCompany.) | |
| website |
The company's website.
(Inherited from BlazeCompany.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |