IGlobalConfig Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This interface is implemented by GlobalConfigFreeThreaded class.
The IGlobalConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateServiceConfig | Creates an instance of the specified class and loads the instance into the site recordset. | |
CreateSiteConfig | Creates an instance of SiteConfigFreeThreaded and writes configuration information for the specified site to the Administration database. | |
DeleteServiceConfig | Deletes configuration information for the specified resource. | |
DeleteSiteConfig | Deletes the specified configuration for the site and all configurations for the associated resources. | |
GetIfCollection | Converts values read from the Fields property into appropriate objects such as a SimpleList object or a Variant Array. | |
GetResourcePropAttrib | Retrieves a dictionary of key/value pairs that denote the attributes of the specified property of the specified resource. | |
Initialize | Loads the global configuration from the Administration database. | |
MakeArrayFromSimpleList | Convert the specified SimpleList object into an Array. | |
MakeArrayFromString | Convert the specified string object into an Array. | |
MakeSimpleListFromArray | Converts an Array into a SimpleList object. | |
MakeStringFromArray | Converts an Array object into an encoded string. | |
MakeStringFromSimpleList | Convert a SimpleList object into an encoded string. | |
SaveConfig | Saves the global configuration settings to the Administration database. | |
Sites | Retrieves a list of all the sites available in the Administration database. |
Top
Properties
Name | Description | |
---|---|---|
Fields | Gets an object whose contents include recordsets that hold the configuration settings of resources. |
Top