SiteConfigFreeThreaded Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to site configuration properties with multiple threads.
The SiteConfigFreeThreaded type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SiteConfigFreeThreaded | Initializes a new instance of the SiteConfigFreeThreaded class. |
Top
Methods
Name | Description | |
---|---|---|
Activate | (Inherited from ServicedComponent.) | |
AddRefToGroupComponent | Adds a reference to a global resource so that a site can access that resource. | |
CanBePooled | (Inherited from ServicedComponent.) | |
Construct | (Inherited from ServicedComponent.) | |
CreateComponentConfig | Create an instance of a configuration schema class, and load it into the site recordset. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Deactivate | (Inherited from ServicedComponent.) | |
DeleteComponentConfig | Deletes the Administration database information for the specified resource. | |
DeleteSQLScript | Deletes the specified SQL script file from the Administration database. | |
Dispose | Overloaded. Releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
ExportResource | Writes the specified resource, resource properties, and attributes to the specified file. | |
Finalize | Allows a SiteConfigFreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Overrides Object..::.Finalize()()().) | |
GetAppsInSite | Gets a list of Commerce Server applications for the specified site. | |
GetHashCode | (Inherited from Object.) | |
GetIfCollection | Converts values read from the Fields property into appropriate object such as a SimpleList object or a Variant Array. | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetResourcePropAttrib | Retrieves a dictionary of key/value pairs that denote the attributes of the specified property of the specified resource. | |
GetSQLScript | Retrieves the specified SQL script file from the Administration database. | |
GetType | (Inherited from Object.) | |
ImportResource | Reads the specified resource, resource properties, and attributes from the specified file, and writes them to the Commerce Server database. | |
Initialize | Loads the site configuration from the Administration database. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
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. | |
MemberwiseClone | Overloaded. | |
PutSQLScript | Puts the specified SQL script file into the Administration database. | |
SaveConfig | Saves the site configuration settings to the Administration database. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Fields | Gets an object whose contents include recordsets that hold the configuration settings of the site. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IServicedComponentInfo..::.GetComponentInfo | (Inherited from ServicedComponent.) | |
IRemoteDispatch..::.RemoteDispatchAutoDone | (Inherited from ServicedComponent.) | |
IRemoteDispatch..::.RemoteDispatchNotAutoDone | (Inherited from ServicedComponent.) |
Top