NetQuarry is an enterprise application software platform for Microsoft.NET. It is comprised of pre-built software, metadata and tools designed to help professional software teams develop significantly better enterprise and hosted business applications. Developers using NetQuarry will deliver everything faster (less time and manpower equals less cost).

  • Rapid Prototypes (five to ninety days)
  • Initial functional applications that perform like highly mature ISV solutions
  • Subsequent versions and improvements without major rewrites.

And the applications developed on NetQuarry will perform better in a demanding hosted and enterprise environment.

Key Benefits

  • Rapid results/development cycle
  • High product functionality with low project execution risk
  • Low ownership cost
  • Low maintenance cost
  • Low hardware cost
  • Rich functionality for customization

NetQuarry provides a foundation of functionality common to virtually all enterprise class applications. The common functionality includes data binding, database virtualization, OS-virtualization, searching, filtering, user interface (UI), security / permissioning, and numerous other commonly required capabilities. In each case the features are designed with great attention to the enterprise-class foundation, and with the knowledge of what custom applications, the developers and users of those applications really need.

One of the key concepts of the NetQuarry product is its extensibility. Although from past experience we understand most of the commonly required features; we also know that we cannot anticipate or accommodate all custom application needs. For this reason NetQuarry provides a comprehensive extension model. This model allows extension to the basic functionality through creation of .NET-compatible components that are configured into the system to respond to system events. This model makes NetQuarry an excellent platform not just for new application development, but also for Enterprise Application Integration (EAI). Using NetQuarry, multiple external applications can be integrated into a single front-end. In addition, because of the meta-data used to specify Business Objects in NetQuarry, NetQuarry can provide SOAP and Service Oriented Architecture (SOA) definitions.


Classes

  Class Description
Public class AjaxRequestEventArgs Event args for the mapper RowAjaxRequest event.
Public class AppContext The Application context object holds information that is used throughout each page (or server) request. The Application is available to all objects, either as a direct parameter or property on an existing object. The Application object is created as the first object in any request, and when possible it is cached for performance purposes.
Public class AppContextExtensions Extension methods for IAppContext objects. Note that extension methods can be implemented to support null instances. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class ApplicationExtensionBase Serves as a base class for extensions that handle application events.
Public class AssemblyLoadFail Exception raised when a failure is encountered while loading a component.
Public class BeforeAuthenticateEventArgs Event arguments passed to the BeforeAuthenticate event.
Public class BeforeLoadProfilesEventArgs Event arguments passed to the BeforeLoadProfiles event.
Public class BrowserInfo Holds information about the browser
Public class ComponentInfo Holds information about a component.
Public class ComponentInfos Holds a collection of ComponentInfo objects. This collection is created on the IAppContext object during initialization.
Public class ComponentInfosFactory Factory for creating Navigators collection
Public class ConsoleEventArgs Base class for all console page events.
Public class ConsolePanes A collection of console panes.
Public class Database The Database object simplifies development tasks that implement common data access functionality.
Public class Databases Holds a collection of IDatabase objects.
Public class DateFilter Helper class to handle building a date filter. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class DevLog The DevLog handles writing to the current application's log file. This class cannot be inherited.
Public class DevLogEntry A DevLog entry descriptor.
Public class DisposableObject Holds a reference to a disposable object.
Public class DisposableObjects Holds a list of tracked disposable objects.
Public class DocumentOptions Serves as document output options for generic print document.
Public class EAPAuditMessageEventArgs Event arguments for use with the AuditMessage event.
Public class EAPCollectionBase Provides the abstract (MustInherit in Visual Basic) base class for a key/value based collection that implements IList. This class is the base class for all of the public collections in the EAP. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class EAPCommandEventArgs Holds event arguments for the ExtensionCommand event
Public class EAPConvert Utility methods for converting data. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class EAPCtrlUtils Utility methods for working with .Net controls. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class EAPCustomEventArgs Represents event arguments for the Custom event.
Public class EAPEncode Utility methods for encoding data. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class EAPEventArgs EAPEventArgs is the base class for classes containing event data. Events are fired on many objects through an IExtension object.
Public class EAPException Represents errors that occur during application execution.
Public class EAPObjectCache Singleton class that implements a generic cache collection. Writes to the internal collection are locked and can only be done by one thread at a time. Reads are not locked. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class EAPUtil Utility functions This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class EAPVersion A Version is a named identifier declared in metadata used to control aspects of the appliction.
Public class EAPVersions A collection of EAPVersion objects.
Public class EAPVersionsFactory Factory for creating PageInfos collection
Public class EmbeddedParser This class manages and parses platform embedded functions. Embedded functions are a sort of simple macro language and are typically used in SQL statements for elements that need to be represented in meta-data, but resolved at the time the SQL statement is executed. The basic format for an embedded function inside an expression (e.g. a SQL statement) is !fnXXX(params) where ALL embedded functions must start with "!fn" (case-sensitive), be followed by the function name (also case-sensitive), followed by an open parenthesis and closing parenthesis between which a set of comma-separated parameters may optionally be specified. For example, "!fnBitTest(0x00000002, 1)" tests whether or not the 1st bit (0-indexed) is set (which it is in this case) and evaluates to 1 if so, else 0.
Public class EventBulkContext The context of the current bulk operation (e.g. a bulk insert, update or delete). This context is normally available in any event's EAPEventArgs parameter.
Public class EventInfo Defines an Event. Events are registered actions that are carried out by a particular handler.
Public class EventInfos Defines a collection of EventInfo objects.
Public class ExtensionBase Serves as a base class for type specfic extensions. In general, you should use the specfic classes that derive from this class (ApplicationExtensionBase, for example) and not derive from this class directly. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class ExtensionCancel The exception that is thrown when Cancel is returned as an extension status
Public class ExtensionException The exception that is thrown when a non-fatal extension error occurs
Public class ExtensionInfo Holds information about an extension for use in the Extensions collection
Public class ExtensionInfos Represents a collection of ExtensionInfo objects
Public class ExtensionLoadFail Exception thrown when an extension load fails.
Public class Extensions The extensions collection is used to manage IExtension objects hooked to a particular object. The most common such object is an IMapper object. Extension events are fired through the collection and the collection ensures that all appropriate extensions receive the event and that the results are returned to the object firing the event.
Public class Feature Describes a feature and it's current state
Public class Features Holds a collection of Feature objects
Public class FilterHelper A helper class use for mapper (and possibly other) filtering. The class includes support for filtering keyword localization.
Public class FilterKeyword A filtering keyword descriptor.
Public class FilterKeywords The collection of localized filtering keyword objects.
Public class FilterSchema Extracted version-specific schema information relevant to the SavedFilter class.
Public class FilterSyms The set of known, culture-independent filter symbols.
Public class FilterWidgetDate Generates HTML for a FilterWidget to use with date fields.
Public class FilterWidgetNumber Generates HTML for a FilterWidget to use with numeric fields.
Public class FooterOptions Serves as document footer output options for generic print document.
Public class HandleEventArgs Arguments for IEventHandler.HandleEvent.
Public class HeaderOptions Serves as document header output options for generic print document.
Public class HelpStringAttribute Provides a HelpString attribute for enumeration items. This allows a helpstring to be obtained programmatically using reflection.
Public class HttpHandlerBase Base class for building HttpHandlers This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class JSHelper This class is a helper class to facilitate the use of the platform javascript utility code. That code is primarly contained in EAPUtils js. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class JsonSerializer Helper class for building Javascript JSON (JavaScript Object Notation) AJAX responses.
Public class MetaTableInfo Describes a table from the xmt_tables metadata object.
Public class MetaTableInfos Defines a collection of MetaTableInfo objects.
Public class MissingPageException Specifies an exception to handle a missing page (MOP)
Public class MissingTemplateException Specifies an exception to handle a missing template.
Public class NamedFilter Holds information about a named filter.
Public class NamedFilters The collection of NamedFilter objects.
Public class NameValueDictionary Safe wrapper for a NameValueCollection
Public class Navigator Holds an instance of a navigator (toolbar, subform, ...)
Public class Navigators A collection of navigators.
Public class NavigatorsFactory Factory for creating Navigators collection
Public class NavTarget Represents a single NavTarget
Public class NavTargets Holds a collection of navigator items
Public class NQCryptDecrypt Static helper class for symetric encryption
Public class NVCollectionExts Helper extension methods for the NameValueCollection class. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class OptionGroupAdapter A DropDownList adapter to add OptGroup support to HTML SELECT tags. The group to which each item belongs should be specifed by adding a "Group" attribute to that ListItem with the group text as its value.
Public class PageElementInfo Describes an element of a page. Page elements make up multi-part pages for templates like the WizTemplate.aspx.
Public class PageElementInfos Holds a collection of PageElementInfo objects.
Public class PageElementInfoSortOnOrder An IComparer object to allow sorting of PageElementInfos collection by sort order.
Public class PageExtensionBase Base class for page extensions.
Public class PageInfo A PageInfo object holds the metadata representation at runtime of the potential pages that could be used in an application. A Page is represented by it's MOP (module ID). The collection is loaded once (at startup) and used throughout the life of the application.
Public class PageInfos Pages collection
Public class PageInfosFactory Factory for creating PageInfos collection
Public class PasswordChangeEventArgs Event arguments passed to the OnPasswordChange event.
Public class Picklist Holds a collection of PicklistItem objects for use in an IField object.
Public class PicklistCultures A picklist handler for cultures as provided by the Windows System.Globalization.CultureInfo object.
Public class PicklistCurrencies A picklist handler for currencies as provided by the Windows System.Globalization.CultureInfo and RegionInfo objects.
Public class PicklistDays A picklist handler for days of the week names as provided by Windows System.Globalization for the current date culture.
Public class PicklistDynamic The base class for all picklists of type Custom and Intrinsic. Custom and Intrinsic picklists are populated programmatically on demand. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class PicklistError Defines an exception thrown by a Picklist.
Public class PicklistItem Holds a single row in a pick list. A pick list contains a collection of PicklistItem(s)
Public class PicklistItemInfo Holds information about a pick list (loaded from metadata)
Public class PicklistItemInfos A collection of PickListItemInfo objects.
Public class PicklistMonths A picklist handler for month names as provided by Windows System.Globalization for the current date culture.
Public class Picklists Holds a list of picklists, lazy-loaded as they are required. This class holds a PicklistItemInfos collection to allow access to the metadata.
Public class PicklistTimezones A picklist handler for timezones as obtained from the Windows registry and managed by the platform TimeZones collection.
Public class PostalCode Utility class for working with zip codes and other postal codes. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class Properties A collection of properties
Public class PropertiesFactory Factory for creating PageInfos collection
Public class Property An object container used by many of the objects in the NetQuarry platform.
Public class QString A class for managing a QueryString. The class is based on the Properties collection to allow for easy parameter replacement.
Public class QueryStringExtractor Helper class for extracting common platform information from a querystring.
Public class Report Report objects are used to manage reports such as Crystal or SQL-Server Reporting Services reports.
Public class ReportConfigException The exception that is thrown when a report configuration error is detected.
Public class Reports The collection of application Report objects.
Public class RequestExtensions Helper extension methods for the HttpRequest class. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class RowSourceFilterWidget Control that functions as a filter for a control with a Picklist.
Public class SavedFilter Holds information about a filter.
Public class SavedFilters A collection of saved filter objects.
Public class ScheduledHandler Base class to use when implementing a scheduled task. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class Session The Session allows typed access to specified application properties. This class is generated by the code generation facilities available in NetQuarry.
NestedPublic class Session.ParameterNames Holds string constant values for all of the properties that are to be accessed in this object.
Public class ShortUrl Provides a way to shorten a URL using the bit.ly API This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class SQLDeleter Class to manage building a SQL delete statement generically across all DBMS types.
Public class SQLInserter Class to manage building a SQL insert statement generically across all DBMS types.
Public class SQLSelectInto Class to manage building a SQL "INSERT INTO ... SELECT ... FROM" statement generically across all DBMS types.
Public class SQLUpdater Class to manage building a SQL update statement generically across all DBMS types.
Public class StringExtensions String extension methods. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class StringList A type-safe list of strings.
Public class StringMap A basic, type-safe string-to-string mapping collection.
Public class StringSet A set of strings.
Public class StringTokenizer Implements a StringTools.StringTokenizer class for splitting a string into substrings using a set of delimiters.
Public class StringUtils General-purpose string utilities. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class TagUtils Utility code for generating HTML tags.
Public class Template

A Template is a fragment or file used to build a localized string for various uses.

One of the most common uses for templates is as the basis for the body of an email message.

To see an example of how to use a Template see IEmailService

Public class Templates Holds a collection of templates. Templates have localized text for use with email and simple reports.
Public class TextItem Implements the ITextItem interface
Public class TextItems A collection of text item objects
Public class TimePeriod Descriptor for a known date/time period used in filtering.
Public class TimePeriods The collection of known, localized date/time periods.
Public class TimerLogger Creates a simple way to log a timer message to the devlog This class cannot be inherited.
Public class TimeZone Class which holds information about a TimeZone. Both a name and a TimeZoneInfo are included.
Public class TimeZones A collection of TimeZone objects indexed by key (ID).
Public class UIHiddenAttribute Marks an enumeration item as one that should not be exposed via the UI (e.g. in the studio properties enum editor).
Public class ValidBitsAttribute Provides a ValidBits attribute for enumerations. This facilitates runtime detection of unknown enumeration item use via the DevLogUnknownBits() method.
Public class WizardDataExchangeArgs Event arguments provided during WizardDataExchange events.
Public class WizardEventArgs Base class for all wizard events.
Public class WizardPageEventArgs Event arguments provided during WizardPage events.
Public class WizPageBase Provides a base class for a UserControl that is part of a wizard This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class WizPageData Helper class for managing a wizard's UserData. The wizard uses the UserData collection to mananage data across wizard pages.
Public class WizPageKernel Provides an abstract base class for a UserControl that is part of a wizard This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class ZipInfo Zip code information class normally obtained by calling LookupZipInfo().

Interfaces

  Interface Description
Public interface IAppContext The Application context object holds information that is used throughout each page (or server) request. The Application is available to all objects, either as a direct parameter or property on an existing object. The Application object is created as the first object in any request, and when possible it is cached for performance purposes.
Public interface ICacheable Defines the ICacheable interface. Objects that implment this interface require handling during cache.
Public interface ICmdHandler ICmdHandler interface. An object that implements the ICmdHandler interface can be scheduled using the task scheduler.
Public interface IConsolePane Public interface for individual panes in a ConsoleTemplate page.
Public interface IConsoleTemplate Public interface for the ConsoleTemplate pages.
Public interface IDatabase The Database object simplifies development tasks that implement common data access functionality.
Public interface IEAPBase Describes a common interface for objects.
Public interface IEventHandler Defines an interface that handles an event.
Public interface IExtension Extensions allow extended standard and custom functionality to be configured on a object within the application, generally on mappers. Extension objects implement this interface and respond to interesting events by manipulating the object firing the event or otherwise acting based on the object. IMapper extensions should be derived from the MapperExtensionKernel base class.
Public interface IFileConverter Inteface for base file converter
Public interface IFunctionParser Components implement this interface in order to provide resolution for custom embedded functions.
Public interface IPageTemplate Supported by page templates with extended capabilities.
Public interface ISupportsDebugInfo Deprecated -- Implement the ISupportsDebugInfo2 instead. For backward comptibility The ISupportsDebugInfo definition is still provided, but is no longer called.
Public interface ISupportsDebugInfo2 Indicates that an object supports registering debug information on a page.
Public interface IWizardTemplate Implemented by the wizard template
Public interface IWizHeader Defines a common interface for a UserControl used in a Wizard WizHeader slot. Components in that slot may optionally implement this interface. If so implemented, the wizard will make appropriate calls to the interface.
Public interface IWizPage Defines a common interface for a UserControl that is part of a wizard
Public interface IWizPageDesigner Defines a common interface for a UserControl supports the IWizPage interface AND supports a page designer.

Structures

  Structure Description
Public structure SystemTime A structure (similiar to the DateTime structure) that is used for performing calculations of the differences it time between various time zones. This is the equivalent of the SYSTEMTIME structure in the Windows API.
Public structure TimeZoneInfo Structure which contains the equivalent of the TIME_ZONE_INFORMATION structure in the Windows API.

Delegates

  Delegate Description
NestedPublic delegate EmbeddedParser.ParseMethod Delegate used internally for predefined dynamic functions.

Enumerations

  Enumeration Description
Public enumeration AnchorFlags Option flags used to specifiy how an HTML A (anchor) tag is rendered.
Public enumeration AppAppearance Options controlling overall application appearance.
Public enumeration AppExecCmds Commands for use with the IAppContext.Exec() method.
Public enumeration ApplicationAttrs Defines the attributes for an Application object
Public enumeration BrowserCapabilities Browser capabilities that can be ascertained using the Supports method.
Public enumeration BrowserEngine Specifies the Browser Engine. This is a less fine grained
Public enumeration BrowserPlatformType Platform type of the browser
Public enumeration BrowserSupport The platform support level for the current browser.
Public enumeration BrowserType Specifies the type of the browser
Public enumeration ChkFlags Option flags used to specifiy how an HTML INPUT (type=check) tag is rendered.
Public enumeration CmdHandlerAttrs Attributes that modify the behavior of a command handler.
Public enumeration CollectionAddFlags Add modifiers.
Public enumeration CompatibilityOptions Backward compatibility behaviour options for the application.
Public enumeration ComponentAttrs ComponentInfo attributes.
Public enumeration ComponentInfoFindType Find type enums
Public enumeration CompressionLevel The rendered file image compression level
Public enumeration ConsolePaneAttrs Attributes specifying console pane characteristics.
Public enumeration ConsoleTemplateDisplayAttrs Attributes that modify the Console template
Public enumeration ConstructLinkOptions Options available to the EAPUtil.ConstructLink() method.
Public enumeration ContentResolution Type of content to use (low resolution or high) on the template
Public enumeration ConversionOutputType The type of file to output
Public enumeration ConversionSourceType The input source type
Public enumeration CrumbFlags Flags for managing breadcrumbs.
Public enumeration DatabaseAttrs Database Attributes
Public enumeration DatabaseExecCommands Commands specific to IDatabase.Exec
Public enumeration DatabaseOpenOptions DatabaseOpenOptions flags.
Public enumeration DataFuncOptions Options for DBLookup(), DBCount(), and DBExists()
Public enumeration DBMSType The database type.
Public enumeration DebugAttrs Defines the debug attributes for an Application object
Public enumeration DevLogOptions Options for InitNew
Public enumeration DiffCountOptions Options used when determining difference count between two strings.
Public enumeration DiffOptions Options used when diffing string.
Public enumeration EventInfoAttrs Attributes specific to EventInfo objects.
Public enumeration ExecuteOptions Options for IDatabase.Execute.
Public enumeration ExecuteThroughAdapterAttrs Execution types for IDatabase.ExecuteThroughAdapter.
Public enumeration ExtensionAttrs These attributes specify how a particular mapper IExtension is to be handled on an object.
Public enumeration ExtensionEvents Events fired to extensions implementing IExtension.
Public enumeration ExtensionType Extension type enumeration.
Public enumeration ExtInfo Extension information item idenfier.
Public enumeration ExtResults Results to be returned as a result of an IExtension event. It is set in the EAPEventArgs.Result object provided by the event.
Public enumeration ExtsExecCmds Commands for use with the Extensions.Exec() method.
Public enumeration FeatureAttrs Attributes specific to features
Public enumeration FileHandlingAttrs Application-wide settings for controlling file handling.
Public enumeration FilterAttributes Attributes for saved filters.
Public enumeration FilterConjunction The set of known filter conjunction types.
Public enumeration FilterDateFlags Flags specifying how a filter should be constructed.
Public enumeration FilterFindType Type of find to use in SavedFilters.Find().
Public enumeration FilterKeywordRules Rules for how a particular filter keyword is used.
Public enumeration FilterOp The enumeration of known filtering operations. These correspond with matching FilterSyms string constants.
Public enumeration FireEventStatus Status set in the event arguments.
Public enumeration GetListOptions Options for the GetList() method.
Public enumeration GlobalSearchAttrs Defines the attributes for global search in the single frame master
Public enumeration ImgFlags Option flags used to specifiy how an HTML IMG tag (generally as used as a button) is rendered.
Public enumeration ImportWizardAttrs Attributes that modify the behavior of import wizard pages (not page elements) ImportWizardAttrs ).
Public enumeration IntrinsicPicklists Identifies the set of available intrinsic picklists.
Public enumeration LogCategory Describes the category of the message.
Public enumeration LoginItemAttrs Attributes controlling the behaviour of a login item.
Public enumeration LogMessageLevel enum LogMessage Level
Public enumeration MapperSummaryAttrs Options controlling how a MapperSummary component renders its summary.
Public enumeration MetadataCacheOptions Options controlling metadata caching
Public enumeration NamedFilterAttrs Attributes that apply to a named filter
Public enumeration NavAttrs Attribute bits for Navigators.
Public enumeration NavigateAttrs Specifies different behavior for the NavigateNavigate method on the AppContextAppContext object.
Public enumeration NavLoadOptions Navigator load options.
Public enumeration NavLoadTypes Specifies the meaning of the string used to load the navigator object.
Public enumeration NavTargetAttrs Attribute bits for NavTargets.
Public enumeration NavTargetFindType Specifies the type of find to perform on the NavTargets collection.
Public enumeration NumWordOpts Options for converting numbers to words using the NumToWords method.
Public enumeration NVMergeOptions Options for use with NvCollectionExts extensions to the .Net NamedValueCollection class.
Public enumeration ObjectPermissions Defines the possible permission attributes for an object. Note that all of the attributes do not apply to all object types.
Public enumeration PageDisplayAttrs Attributes that modify the page display
Public enumeration PageElementAttrs Attributes that apply to PageElements
Public enumeration PageElementInfoFindType Used in Find to specify the type of search.
Public enumeration PageElementVisibility Possible values for the PageElement.Visibility property on console page elements.
Public enumeration PageFindType Methods to use when finding a page using the IPages.Find method.
Public enumeration PageInfoAttrs Attributes of a PageInfo object.
Public enumeration PageOrientation Page Orientation
Public enumeration PageSize Page size
Public enumeration ParameterAttrs Attributes specific to parameters
Public enumeration ParamMask A mask of bits for identifing missing or superfluous Exec parameters.
Public enumeration PicklistAttrs PicklistAttrs
Public enumeration PicklistFlushOptions Options for Picklists.Flush
Public enumeration PicklistItemAttrs PicklistItemAttrs
Public enumeration PicklistItemStatus Identifies the state of a particular picklist item in the live picklist instance.
Public enumeration PicklistTagStringFlags Flags used to hint on requested format for tag string in calls to GetTagString method.
Public enumeration PicklistType The type of the Picklist. A Picklist can be one type only.
Public enumeration PolicyAttrs Attributes that apply to a policy
Public enumeration PopupOpts Option flags for use with navigation to popup pages.
Public enumeration PostalCodeSearchOptions Options used when searching for zip codes.
Public enumeration PostBackSource Specifies the source for the PostBack as sent to the wizard
Public enumeration PreferenceLevelInfoAttrs Attributes that modify the behavior of a PreferenceLevelInfo object
Public enumeration PropertyAttrs Property.Attributes values
Public enumeration PropertyLoadFlags Properties.Load modifiers
Public enumeration PropExportFlags Flags for Properties.ExportTagString()
Public enumeration PropSortType The types of sorting available using Properties.SortByValue().
Public enumeration ReportAttrs Attributes controlling report behaviour.
Public enumeration ReportFindType Used to specify how a Report is to be found in a Reports collection using Reports.Find.
Public enumeration ReportTypes Report types.
Public enumeration ResolveOptions Options for use with IAppContext.ResolveEmbeddedFunctions.
Public enumeration SaveFilterConvertOptions Options specifying the behaviour of SavedFilter.Convert().
Public enumeration SplitOptions Options specifying how to split a string.
Public enumeration SQLColumnFlags Flags for use when adding columns in SQL helper classes.
Public enumeration SQLHelperFlags Flags specifying how a SQL statement is to be constructed by the SQL helper classes.
Public enumeration StatusMsgOptions Options for use with the JSHelper.StatusMsgJS() method. These options may be combined using bit-wise OR.
Public enumeration SubformAttrs Attributes that apply to subforms.
Public enumeration SubformDisplayAttrs Display attributes that apply to subforms.
Public enumeration SupportType Specifies the type of support for a particular feature.
Public enumeration TagImportAttrs Attributes specifying how TagString imports are to be handled. Provide for future use.
Public enumeration TemplateAttrs Attributes that apply to a template.
Public enumeration TemplateReplaceFlags Modifier flags for Replace
Public enumeration TextItemAttrs TextItem.Attributes values
Public enumeration TextJustification The jstification of the document text
Public enumeration TextLoadFlags TextItems.Load modifiers
Public enumeration TextTypeAttrs TextTypeAttrs - attributes that apply to the type of text
Public enumeration TimeDirs Identifies time/date offset direction when parsing date/time value strings. For example, the direction "next month" for would be TimeDirs.Next while that for "prev year" would be TimeDirs.Last.
Public enumeration TimePeriodType Identifies type of time/date period when parsing date/time value strings.
Public enumeration TimeZoneFindType Find types for use with TimeZones.Find() to find a specific timezone in athe collection.
Public enumeration TimeZoneSetFlags Flags use in conjunction with IAppContext.Exec(AppExecCmds.UserTimeZoneSet).
Public enumeration ToolbarDisplayAttrs Display Attributes for a page's toolbar
Public enumeration TriState A true/false/unknown tri-state enum.
Public enumeration UICommandAttrs Modifier flags for UI commands.
Public enumeration WindowOpenOptions Option flags for use with WindowOpenFeatures().
Public enumeration WizardButtons Specifies the buttons to display on the wizard template
Public enumeration WizAttrs Attributes that apply to wizard pages (not page elements WizPageAttrs ).
Public enumeration WizDataExchangeType Identifies the type of data transfer for which a WizardDataExchange event is being fired.
Public enumeration WizListOptions Wizard list page options.
Public enumeration WizPageAttrs Flags specifying the behaviour of an IWizPage element.
Public enumeration WizPageSelectors Attributes controlling record selectors on wizard list pages.