|
Name
|
Description
|
|
Create(CompanyInfo, EntityID, IDatabase)
|
|
|
Create(IEnumerable<CompanyInfo>, EntityID, IDatabase)
|
|
|
CreateOrUpdate(CompanyInfo, EntityID, IDatabase)
|
|
|
CreateOrUpdate(IEnumerable<CompanyInfo>, EntityID, IDatabase)
|
|
|
Delete(CompanyInfo, IDatabase)
|
|
|
Delete(List<CompanyInfo>, IDatabase)
|
|
|
DeleteByCompanyAndContact(IList<Tuple<EntityIDEntityID>>, IDatabase)
|
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
(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).
|
|
Get(EntityID, IDatabase)
|
|
|
Get(IDatabase)
|
|
|
GetAllCompanies(IDatabase)
|
Get all companies
|
|
GetAllCompanies(CompanyGatherer, IDatabase)
|
Get all companies
|
|
GetAllCompaniesWhere(Expression<Func<CompanyInfoBoolean>>, IDatabase)
|
Get all companies using a where clause
|
|
GetAllUniqueCompanyAttributes(IDatabase)
|
|
|
GetCompaniesByAttributeValues(EntityID, AttributeType, IEnumerable<String>, IDatabase)
|
|
|
GetCompanyInfo(EntityID, bool, IDatabase)
|
Get company info
|
|
GetHashCode
|
Serves as the default hash function.
(inherited from Object).
|
|
GetLogoImage(EntityID, IDatabase)
|
|
|
GetStaffByCompany(EntityID, IDatabase)
|
|
|
GetType
|
Gets the Type of the current instance.
(inherited from Object).
|
|
IndexCompany(CompanyInfo, bool, IDatabase)
|
Index a company
|
|
IndexCompany(EntityID, IDatabase)
|
Index a company
|
|
IndexCompany(EntityID, bool, IDatabase)
|
Index a company
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(inherited from Object).
|
|
ReIndexCompanies(IDatabase)
|
Reindex all companies
|
|
Save(List<CompanyInfo>, IDatabase)
|
|
|
SearchCompanies(SearchQuery, IDatabase)
|
|
|
SetCompanyAttribute(EntityID, AttributeInfo, AttributeValue, IDatabase)
|
Set a company attribute
|
|
SetLogoImage(EntityID, byte[], IDatabase)
|
|
|
SetStaffContacts(EntityID, IEnumerable<EntityID>, IEnumerable<EntityID>, IDatabase)
|
Save changes to company's staff
|
|
ToString
|
Returns a string that represents the current object.
(inherited from Object).
|
|
Update(CompanyInfo, IDatabase)
|
|
|
UpdateManagedDocuments(EntityID, EntityID, Dictionary<EntityIDAttributeInfo>, IDatabase, IClient)
|
Run through all the managed documents that uses attributes on this company
|