Click or drag to resize
ICompanyManager Methods

[This is preliminary documentation and is subject to change.]

The ICompanyManager type exposes the following members.

Methods
  NameDescription
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public method void DeleteCustomerCode(Int64)
Public method void DeleteSubscriptionCode(Int64) Obsolete.
Public methodIDetailsableTDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(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.)
Public methodIDictionaryTKey, TValue, T: Int64GetAllCustomerCodeForCompanies(IEnumerableInt64)
Public methodIEnumerableT, T: ICompanyCustomerCodeGetAllCustomerCodeForCompany(Int64)
Public methodIDictionaryTKey, TValue, T: Int64GetAllCustomerCodesForCompanies(IEnumerableInt64)
Public methodIEnumerableT, T: ICompanySubscriptionCodeGetAllSubscriptionCodeForCompany(Int64) Obsolete.
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNames(IEnumerableString)
Attempts to get enties by their names
(Inherited from IUniqeueNamesT.)
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetCompanyNames
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetCountries
Public methodICompanyCustomerCodeGetCustomerCode(Int64)
Public methodICompanyCustomerSettingGetCustomerSettingForCompany(Int64)
Public methodIEnumerableT, T: StringGetDuplicateNames(IEnumerableKeyValuePairInt64, String)
Checks for duplicates for ids and names
(Inherited from IUniqeueNamesT.)
Public methodIDictionaryTKey, TValue, T: Int64GetIncludeCorporateCustomerSettings(IEnumerableInt64)
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetRegionsInCountry(Int64)
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetSsnValidationAssemblies
Public methodICompanySubscriptionCodeGetSubscriptionCode(Int64) Obsolete.
Public methodICompanySubscriptionSettingGetSubscriptionSettingForCompany(Int64)
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public method void SetDefaultCompaniesToCopyFrom(Int64, IEnumerableInt64)
Public method void Update(T)
Updates an entity with new values.
(Inherited from IUpdateableT.)
Public method void UpdateCustomerSettingForCompany(ICompanyCustomerSetting)
Public method void UpdateExistingEquipmentsMissingMonitoringServer(Int64, Int64)
Public method void UpdateExistingEquipmentsMissingScriptServer(Int64, Int64)
Public method void UpdateExistingEquipmentsMissingServiceTemplate(Int64, Int64)
Public method void UpdateScriptServerForExistingEquipments(Int64, Int64)
Public method void UpdateSubscriptionSettingForCompany(ICompanySubscriptionSetting)
Top
Extension Methods
  NameDescription
Public Extension MethodICompanyDetailsAllICompany(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllICompany(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodICompanyDetailsAnyICompany(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNamesICompany(String) (Defined by UniqueNamesExtensions.)
Top
See Also