| Class | Description |
|---|
| DataMemberSecurityClass |
Simple class used to hold the DataMemberSecurity value.
|
| DbCombo |
The Database DbCombo box.
Create a file called "DbComboServer.aspx" with the following content (just one line):
<%@ Page AutoEventWireup="false" Inherits="Cambro.Web.DbCombo.ServerPage" %>
|
| FieldSecurityClass |
Simple class used to hold the FieldSecurity value.
|
| ResultsMethodAttribute |
This attribute tags a method as able to be executed by a request to the server page of DbCombo, and results returned to the web client.
|
| SecureHashtable |
This is a hashtable that may be verified as authentic with the Authenticate method.
|
| ServerMethodArgs |
This is the parameter for the ServerMethod function.
|
| ServerPage |
This is the page that delivers the xml results, and the JavaScript resource file.
|
| SimpleResult |
This generates a simple set of data that DbCombo will accept from a ServerMethod.
|