Click or drag to resize

ThinDetailRenderer Class

Used to render controls on a detail page based solely on meta-data.
Inheritance Hierarchy
SystemObject
  NetQuarry.Data.WebMappersThinDetailRenderer

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class ThinDetailRenderer

The ThinDetailRenderer type exposes the following members.

Constructors
  NameDescription
Public methodThinDetailRenderer
Initializes a new instance of the ThinDetailRenderer class
Top
Methods
  NameDescription
Public methodStatic memberAddControlsAbsolute
Add controls to the page using the page layout. Unplaced controls are added at the bottom of the page.
Public methodStatic memberAddControlsBoot
Add mapper field controls for a Boolstrap detail page.
Public methodStatic memberAddControlsFlow(Control, IMapper, Boolean, ControlCreationFlags, String)
Add controls to the page where no page layout has been specified. Controls are placed based on the PhantomCellColumns and PhantomCellWidth mapper properties, if specified, else in a single column with each control's width based on its ColumnWidth value.
Public methodStatic memberAddControlsFlow(Control, Control, IMapper, Boolean, ControlCreationFlags, String)
Add controls to the page where no page layout has been specified. Controls are placed based on the PhantomCellColumns and PhantomCellWidth mapper properties, if specified, else in a single column with each control's width based on its ColumnWidth value.
Public methodStatic memberAddControlsMaterialDesign
Add mapper field controls for a Boolstrap detail page layed out for MaterialDesign.
Public methodStatic memberAddControlsPerLayoutControl
Layout controls per their placement in the provided host UserControl. That control should have "fld", "lbl", "tip", and "desc" placeholder controls to be replaced with the control, label, in-place tooltip, and description of the corresponding field.
Public methodStatic memberAddWrapper
Inject a formattring wrapper div around the specified control.
Public methodStatic memberApplyGrouping
Apply GroupBox grouping to the fields. Basically we iterate through all the GroupBox fields, and for each we find the fields assigned to the GroupBox and remove the field's control from its parent control and insert it into the GroupBox (FieldSet).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetFieldText
Get the localized text for the specified field.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsCellAttrSet
Determines if the specified CellTypeAttribute is set on a field. Since a CellTypeAttribute is valid only for a particular CellType (since the bits are reused for other CellTypes), we must check both the CellType and CellTypeAttributes.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberTryLoadLayoutControl
Try to load the specified LayoutControl.
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also