The iboAdmin type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetCounter(DataServer, String, Int32) |
Reserves and returns key values for objects that use automatically numbered keys (like Contact, Address, Order, etc.)
| |
| GetCounter(IiMISUser, String, Int32) |
Reserves and returns key values for objects that use automatically numbered keys (like Contact, Address, Order, etc.)
| |
| InitializeSystem()()()() |
Initializes the static variables and checks licensing. Done the first time an iBO object is created.
Should not need to be done more than one time - at system start up.
| |
| InitializeSystem(String) |
Initializes the static variables and checks licensing. Done the first time an iBO object is created.
Should not need to be done more than one time - at system start up.
| |
| PeriodicRefresh |
Refreshes the cached variable values if the supplied interval has passed since the last refresh.
| |
| Refresh()()()() |
Refreshes the cached variable values.
| |
| Refresh(String) |
Refreshes all of the cached configuration and reference data information
|
Fields
| Name | Description | |
|---|---|---|
| ANONYMOUS_POSTAL_CODE |
Arbitrary postal code used across modules to avoid unnecessary ship
rate calculations.
|
Properties
| Name | Description | |
|---|---|---|
| AssemblyVersion |
Gets version information about the iBO Assembly
| |
| ConnectionString |
Gets the SqlClient connection string used to connect to the iMIS instance at system initialization.
| |
| ContactsConfig |
Gets the cached instance of the CContactConfig object for this iMIS instance.
| |
| ContentManagementConfig |
Gets the cached instance of the CContentManagementConfig object for this iMIS instance.
| |
| Crypto |
Gets the cached instance of the CCrypto encryption object.
| |
| EventsConfig |
Gets the cached instance of the CEventsConfig object for this iMIS instance.
| |
| FinancialsConfig |
Gets the cached instance of the CFinancialsConfig object for this iMIS instance.
| |
| IsAccountingLicensed |
Indicates whether or not the Accounting sub-system is licensed
| |
| IsActivityLicensed |
Indicates whether or not the Activities sub-system is licensed
| |
| IsContactsLicensed |
Indicates whether or not the Contact Management sub-system is licensed
| |
| IsContentManagementLicensed |
Indicates whether or not the Content Manager sub-system is licensed
| |
| IsContentTaggingLicensed |
Indicates whether or not the eContentManager Tagging module is licensed
| |
| IsCreditCardAuthorizationLicensed |
Indicates whether or not the Credit Card Authorization sub-system is licensed
| |
| IsECMTemplatesLicensed |
Indicates whether or not the eContentManager Templates module is licensed
| |
| IsECommunitiesLicensed |
Indicates whether or not the e-Series module eCommunities is licensed
| |
| IsECustomerLicensed |
Indicates whether or not the e-Series module eCustomer is licensed
| |
| IsEDuesLicensed |
Indicates whether or not the e-Series module eDues/eBilling is licensed
| |
| IsEEventsLicensed |
Indicates whether or not the e-Series module eEvents is licensed
| |
| IsEOrdersLicensed |
Indicates whether or not the e-Series module eOrders is licensed
| |
| IsEventsLicensed |
Indicates whether or not the Events sub-system is licensed
| |
| IsFinancialsLicensed |
Indicates whether or not the Financials sub-system is licensed
| |
| IsFundraisingLicensed |
Indicates whether or not the Fundraising sub-system is licensed
| |
| IsOpportunityManagerLicensed |
Indicates whether or not the Opportunity Manager module is licensed
| |
| IsOrdersLicensed |
Indicates whether or not the Orders sub-system is licensed
| |
| IsProductsLicensed |
Indicates whether or not the Products sub-system is licensed
| |
| IsSubscriptionsLicensed |
Indicates whether or not the Subscriptions sub-system is licensed
| |
| IsSystemInitialized |
Gets an indicator of whether or not the iBO system has been initialized for this application.
| |
| LastRefreshDateTime |
Gets the date and time that the cached objects (SystemConfig, EventsConfig, ReferenceData, etc.) were
refreshed as a group. They may have been refreeshed individually since.
| |
| OrdersConfig |
Gets the cached instance of the COrdersConfig object for this iMIS instance.
| |
| ReferenceData |
Gets a reference to the cached reference (lookup) data used throughout the iBOs.
| |
| SubscriptionsConfig |
Gets the cached instance of the CSubscriptionsConfig object for this iMIS instance.
| |
| SystemConfig |
Gets the cached instance of the CSystemConfig object for this iMIS instance.
|