BlazeCompany Class |
Namespace: NetQuarry.Services
The BlazeCompany type exposes the following members.
Name | Description | |
---|---|---|
BlazeCompany | Initializes a new instance of the BlazeCompany class |
Name | Description | |
---|---|---|
active |
Specifies whether or not the item is active.
| |
additionalAddressList |
Additional addresses.
| |
address |
The address.
| |
armsLengthType |
The arms-length transaction type.
| |
assets |
The assets.
| |
backOrderEnabled |
Specifies whether or not back-ordering is enabled.
| |
brands |
The brands sold.
| |
companyId |
The company ID.
| |
companyLicenses |
The company licenses.
| |
companyType |
The company type.
| |
created |
The created date.
(Inherited from BlazeBaseData.) | |
credits |
The credits.
| |
dbaName |
Any dba name.
| |
deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
description |
The description
| |
The email address.
| ||
fax |
The FAX number.
| |
firstName |
The primary contact's first name.
| |
id |
The ID.
(Inherited from BlazeBaseData.) | |
importId |
The import ID.
| |
lastName |
The primary contact's last name.
| |
licenceType |
The license type.
| |
licenseExpirationDate |
The license expiration date.
| |
licenseNumber |
The license number.
| |
mobileNumber |
The mobile phone number.
| |
modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
name |
The company name.
| |
notes |
Notes.
| |
phone |
The phone number.
| |
qbDesktopRef |
The Quickbooks desktop reference.
| |
qbVendorRef |
The Quickbooks vendor reference.
| |
relatedEntity |
Specifies whether or not there is a related entity.
| |
updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
vendorKey |
The vendor key.
| |
vendorType |
The vendor type.
| |
website |
The company's website.
|
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.) |