ICompanyManager Interface |
[This is preliminary documentation and is subject to change.]
Manager for company, currently ONLY FOR INTERNAL USE
Namespace: Netadmin.Management.CompanyAssembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface ICompanyManager : ICreateable<ICompany>,
IUniqueName<ICompany>, IUpdateable<ICompany>, IDetailsable<ICompany>,
ICreateable<ICompanyCustomerCode>, IUpdateable<ICompanyCustomerCode>, IUniqueName<ICompanyCustomerCode>,
IUniqueName<ICompanySubscriptionCode>, ICreateable<ICompanySubscriptionCode>, IUpdateable<ICompanySubscriptionCode>,
IDetailsableBatch<ICompany>, IManager<ICompany>, IUniqeueNames<ICompany>
Public Interface ICompanyManager
Inherits ICreateable(Of ICompany), IUniqueName(Of ICompany),
IUpdateable(Of ICompany), IDetailsable(Of ICompany), ICreateable(Of ICompanyCustomerCode),
IUpdateable(Of ICompanyCustomerCode), IUniqueName(Of ICompanyCustomerCode), IUniqueName(Of ICompanySubscriptionCode),
ICreateable(Of ICompanySubscriptionCode), IUpdateable(Of ICompanySubscriptionCode), IDetailsableBatch(Of ICompany),
IManager(Of ICompany), IUniqeueNames(Of ICompany)
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. |
 | ICompany | 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