![]() |
Data
|
The DataContext type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddCheckBoxField(String, String, String, String, String, String, String, String, Boolean) | Generates template based check box field based on specified parameters. |
![]() |
AddCheckBoxField<TModel> (String, String, String, String, String, String, String, String, Boolean) | Generates template based check box field based on reflected modeled table field attributes. |
![]() |
AddDateField(String, Boolean, Int32, String, String, String, String, String, String, String, String, String, Boolean) | Generates template based input date field based on specified parameters. |
![]() |
AddDateField<TModel> (String, String, String, String, String, String, String, String, String, String, Boolean) | Generates template based input date field based on reflected modeled table field attributes. |
![]() |
AddFieldValidation | Adds a new pattern based validation and option error message to a field. |
![]() |
AddFieldValueInitializer(String, String) | Adds a new field value initializer. |
![]() |
AddFieldValueInitializer<TModel> (String) | Adds a new field value initializer based on modeled table field attributes. |
![]() |
AddInputField(String, Boolean, Int32, String, String, String, String, String, String, String, String, String, Boolean, Boolean) | Generates template based input text field based on specified parameters. |
![]() |
AddInputField<TModel> (String, String, String, String, String, String, String, String, String, String, Boolean, Boolean) | Generates template based input text field based on reflected modeled table field attributes. |
![]() |
AddPageDefinedFieldInitialization | Adds field initialization, and optional validation, from a page-defined (e.g., loaded from database) parameter definition. |
![]() |
AddReadOnlyHotLinkField | Renders a read-only field with enabled hot links for a given text input field when in view mode. |
![]() |
AddSelectField<TModel> (Dictionary<String, String> , String, Boolean, String, String, String, String, String, String, String, String, String, Boolean, Boolean, String, Boolean, String, Boolean, String, String) | Generates template based select field based on a dictionary of field attributes. |
![]() |
AddSelectField<TOption> (String, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, RecordRestriction, Boolean, String, Boolean, String, Boolean, String, String) | Generates template based select field based on specified parameters. |
![]() |
AddSelectField<TModel, TOption> (String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, RecordRestriction, Boolean, String, Boolean, String, Boolean, String, String) | Generates template based select field based on reflected modeled table field attributes. |
![]() |
AddSelectFieldFromEnum<TOption> (String, Boolean, String, String, String, String, String, String, String, String, String, Boolean, Boolean, String, Boolean, String, Boolean, String, String) | Generates template based select field based on specified parameters. |
![]() |
AddSelectFieldFromEnum<TModel, TOption> (String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, String, Boolean, String, Boolean, String, String) | Generates template based select field based on reflected modeled enum field attributes. |
![]() |
AddTextAreaField(String, Boolean, Int32, Int32, String, String, String, String, String, String, String, String, Boolean, Boolean) | Generates template based text area field based on specified parameters. |
![]() |
AddTextAreaField<TModel> (String, Int32, String, String, String, String, String, String, String, String, Boolean, Boolean) | Generates template based text area field based on reflected modeled table field attributes. |
![]() |
ConfigureView(HttpRequestMessage, Object) | Configures a simple view with common view bag parameters. |
![]() |
ConfigureView(RequestContext, Object) | Configures a simple view with common view bag parameters. |
![]() |
ConfigureView(String, Object) | Configures a simple view with common view bag parameters. |
![]() |
ConfigureView(Type, Type, HttpRequestMessage, Object) | Configures a view establishing user roles based on modeled table model and SignalR hub. |
![]() |
ConfigureView(Type, Type, String, Object) | Configures a view establishing user roles based on modeled table model and SignalR hub. |
![]() |
ConfigureView(Type, Type, RequestContext, Object) | Configures a view establishing user roles based on modeled table model and SignalR hub. |
![]() |
ConfigureView<TModel, THub> (HttpRequestMessage, Object) | Configures a view establishing user roles based on modeled table TModel and SignalR THub. |
![]() |
ConfigureView<TModel, THub> (RequestContext, Object) | Configures a view establishing user roles based on modeled table TModel and SignalR THub. |
![]() |
ConfigureView<TModel, THub> (String, Object) | Configures a view establishing user roles based on modeled table TModel and SignalR THub. |
![]() |
Dispose() | Releases all the resources used by the DataContext object. |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the DataContext object and optionally releases the managed resources. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() |
EstablishUserRolesForPage(Type, RecordOperationsCache, Object) | Looks up proper user roles for paged based on modeled security in RecordOperationsCache. |
![]() |
EstablishUserRolesForPage(Type, Type, Object) | Looks up proper user roles for paged based on modeled security in RecordOperationsCache. |
![]() |
EstablishUserRolesForPage<TModel> (RecordOperationsCache, Object) | Looks up proper user roles for paged based on modeled security in RecordOperationsCache. |
![]() |
EstablishUserRolesForPage<TModel, THub> (Object) | Looks up proper user roles for paged based on modeled security in RecordOperationsCache. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() |
GetIsDeletedFlag(Type) | Gets the field name targeted to mark a record as deleted. |
![]() |
GetIsDeletedFlag<TModel> () | Gets the field name targeted to mark a record as deleted. |
![]() |
GetPrimaryLabelField(Type) | Gets the field name targeted as the primary label for the modeled table. |
![]() |
GetPrimaryLabelField<TModel> () | Gets the field name targeted as the primary label for the modeled table. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() |
RenderLookupFunction<TModel> | Renders client-side Javascript function for looking up single values from a table. |
![]() |
RenderViewModelConfiguration<TModel> (RecordOperationsCache, Object, String, String, String, Object[]) | Renders client-side configuration script for paged view model. |
![]() |
RenderViewModelConfiguration<TModel, THub> (Object, String, String, Object[]) | Renders client-side configuration script for paged view model. |
![]() |
Table(Type) | Gets the table operations for the specified modeled table type model. |
![]() |
Table<TModel> () | Gets the table operations for the specified modeled table TModel. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() |
UserIsInGroup(SecurityPrincipal, String) | Determines if user is in a specific group or list of groups (comma separated). |
![]() |
UserIsInGroup(SecurityPrincipal, String[]) | Determines if user is in one of the provided of groups. |
![]() |
UserIsInRole(SecurityPrincipal, String) | Determines if user is in a specific role or list of roles (comma separated). |
![]() |
UserIsInRole(SecurityPrincipal, String[]) | Determines if user is in one of the provided of roles. |
Name | Description | |
---|---|---|
![]() |
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
![]() |
GetEnumValueOrDefault<T> |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |