[This is preliminary documentation and is subject to change.]
The ICompanyManager type exposes the following members.
Methods
| Name | Description |
---|
 | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
 |
void
| DeleteCustomerCode(Int64) | |
 |
void
| DeleteSubscriptionCode(Int64) | Obsolete. |
 | IDetailsableT | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
 | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
 | IDictionaryTKey, TValue, T: Int64 | GetAllCustomerCodeForCompanies(IEnumerableInt64) | |
 | IEnumerableT, T: ICompanyCustomerCode | GetAllCustomerCodeForCompany(Int64) | |
 | IDictionaryTKey, TValue, T: Int64 | GetAllCustomerCodesForCompanies(IEnumerableInt64) | |
 | IEnumerableT, T: ICompanySubscriptionCode | GetAllSubscriptionCodeForCompany(Int64) | Obsolete. |
 | IReadOnlyDictionaryTKey, TValue, T: String | GetAnyByNames(IEnumerableString) |
Attempts to get enties by their names
(Inherited from IUniqeueNamesT.) |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetCompanyNames | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetCountries | |
 | ICompanyCustomerCode | GetCustomerCode(Int64) | |
 | ICompanyCustomerSetting | GetCustomerSettingForCompany(Int64) | |
 | IEnumerableT, T: String | GetDuplicateNames(IEnumerableKeyValuePairInt64, String) |
Checks for duplicates for ids and names
(Inherited from IUniqeueNamesT.) |
 | IDictionaryTKey, TValue, T: Int64 | GetIncludeCorporateCustomerSettings(IEnumerableInt64) | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetRegionsInCountry(Int64) | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetSsnValidationAssemblies | |
 | ICompanySubscriptionCode | GetSubscriptionCode(Int64) | Obsolete. |
 | ICompanySubscriptionSetting | GetSubscriptionSettingForCompany(Int64) | |
 | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
 |
void
| SetDefaultCompaniesToCopyFrom(Int64, IEnumerableInt64) | |
 |
void
| Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |
 |
void
| UpdateCustomerSettingForCompany(ICompanyCustomerSetting) | |
 |
void
| UpdateExistingEquipmentsMissingMonitoringServer(Int64, Int64) | |
 |
void
| UpdateExistingEquipmentsMissingScriptServer(Int64, Int64) | |
 |
void
| UpdateExistingEquipmentsMissingServiceTemplate(Int64, Int64) | |
 |
void
| UpdateScriptServerForExistingEquipments(Int64, Int64) | |
 |
void
| UpdateSubscriptionSettingForCompany(ICompanySubscriptionSetting) | |
Top
Extension Methods
See Also