Namespace Dynamicweb.DataManagement
Classes
- AccessConnection
Represents connection to instance of Microsoft Access database .
- AccessConnectionData
Provides methods for selecting and modification Access database data
- AccessConnectionMeta
Metainformation for Access connection.
- ConditionalClause
Represents conditional clause
- Criteria
Query expression to execute.
- CriteriaUtility
Set of auxiliary methods for working with Criteria class
- DMConnection
Represents DataManagement connection
- DMConnectionCollection
Represents collection of DataManagement connections
- DMConnectionData
Connection data-provider interface.
- DMConnectionFactory
Factory class for creating DMConnection instances
- DMConnectionInfoAttribute
DMConnectionInfo Attribute
- DMConnectionMeta
Provides metainformation for connection.
- DMConnectionUtility
Provides DMConnection specific methods
- DefaultFormSaveProvider
Saves all form elements into the associated form
- Field
Data field object with name, key, type and value fields
- FieldCollection
Represents collection of fields
- FormField
Represents FormField
- FormFieldCollection
Represents Colelction of FormField items
- FormFieldOption
Represents option of FormField
- FormFieldOptionCollection
Represents collection of FormField options
- FormFrontend
Represents form frontend
- FormProperties
Collection of form properties
- FormRenderer
Represents Form Renderer
- FormSave
FormSave class
- FormSaveInfo
FormSaveInfo POCO. Is in use of FormSave mechanism
- FormSaveManager
FormSaveManager class
- FormSaveProvider
Inherit this type and override the Save method to create your own form save handler.
- FormSetting
Represents form settings
- FormSettingCollection
Represents form settings collection
- FormViewOption
Represents FormView option
- MailFormSaveProvider
Send the form over mail
- MailReceiptSaveProvider
Send a receipt via e-mail
- MsSqlConnection
Represents connection to instance of Microsoft SQL Server
- MsSqlConnectionData
Provides methods for selecting and modification MS SQL Server database data
- MsSqlConnectionMeta
Represents MsSqlConnection meta info
- Notifications
Form notifications
- Notifications.Form
Form notifications
- Notifications.Form.OnAfterConfirmationContentArgs
OnAfterConfirmationContent arguments
- Notifications.Form.OnAfterConfirmationRenderArgs
OnAfter ConfirmationRender arguments
- Notifications.Form.OnAfterContentArgs
OnAfterContent arguments
- Notifications.Form.OnAfterRenderArgs
OnAfterRendering arguments
- Notifications.Form.OnBeforeConfirmationContentArgs
OnBeforeConfirmationContent arguments
- Notifications.Form.OnBeforeConfirmationRenderArgs
OnBeforeConfirmationRender arguments
- Notifications.Form.OnBeforeContentArgs
OnBeforeContent arguments
- Notifications.Form.OnBeforeFormSaveArgs
BeforeFormSave arguments
- Notifications.Form.OnBeforeRenderArgs
OnBeforeRender arguments
- Notifications.Form.OnNewsletterSubscribeArgs
ONNewsletterSubsrcibe arguments
- Notifications.Publishing
Publishing Notifications.
- Notifications.Publishing.OnAfterContentArgs
OnAfterContent arguments
- Notifications.Publishing.OnAfterRenderArgs
OnAfterRender arguments
- Notifications.Publishing.OnBeforeContentArgs
OnBeforeContent arguments
- Notifications.Publishing.OnBeforeRenderArgs
OnBeforeRender arguments
- OrderByClause
Order by clause for query.
- Publishing
Publishing class
- PublishingCollection
Represents collection of publishings
- PublishingFrontend
Frontend for publishing content
- PublishingRenderer
Represents PublishingRenderer
- QueryVariable
Variable for query.
- RemoteServerConnection
Connection settings for remote servers (like sql server - host, service, user name, pwd)
- SaveInCSVFile
Saves current configuration in csv-file
- SelectClause
Simple select clause for query. Can be select * (all) or select [list of fields]
- Table
Represents data source table
- TableCollection
Collection of tables
- ViewColumn
epresents ViewColumn
- ViewSetting
View settings class
- ViewSettingCollection
Collection of ViewSettings
- WhereClause
Where clause for query.
Interfaces
- IOption
Interface IOption used for implementing a source for key/values used for options in the forms module.
Enums
- ConditionalClause.BooleanOperator
Boolean operator type
- ConditionalClause.CompareOperator
Compare operator type
- FormField.FieldType
Type of field
- FormField.OptionSourceType
Type of option source
- FormFieldCollection.SortBy
SorBy enumeration
- FormFieldOptionCollection.SortBy
SortBy enumeration to sort field options
- FormSetting.FormType
FormType enumeration to define how the form is generated
- FormSettingCollection.SortBy
Enum SortBy for soeting form settings
- OrderByClause.OrderBy
Represents OrderBy sort direction
- PublishingType
Represents publishing type
- QueryVariable.VariableType
VariableType enumeration defining where to get querydata from