Namespace hierarchy


Classes

ClassDescription
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.

Delegates

DelegateDescription
DownLevelStateDelegate This is the delegate or the DownLevelStateFunction event

Enumerations

EnumerationDescription
DataMemberSecurity This enum determines which DataMembers are available to the client. This field is necessary because the request comes from an untrusted source.
DbCombo.ButtonTypes Button types - Graphic or Text
DbCombo.ErrorBoxTypes This allows you to specify the way that DbCombo handles errors on the server.
DbCombo.ValidationProperties Validation can occur on either the text of value properties of DbCombo.
FieldSecurity This enum determines which fields are available to the client. This field is necessary because the request comes from an untrusted source.