mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Library >> AggregationViewer >> Work_History_AggregationViewer

Work_History_AggregationViewer Class



Aggregation viewer displays all the work history related to an item aggregation


Namespace: SobekCM.Library.AggregationViewer
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class Work_History_AggregationViewer : abstractAggregationViewer

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.AggregationViewer.Viewers..::..abstractAggregationViewer
    SobekCM.Library.AggregationViewer..::..Work_History_AggregationViewer

Constructors

  NameDescription
Public methodWork_History_AggregationViewer
Constructor for a new instance of the Work_History_AggregationViewer class

Methods

  NameDescription
Public methodAdd_Search_Box_HTML
Add the HTML to be displayed in the search box
(Overrides abstractAggregationViewer..::..Add_Search_Box_HTML(TextWriter, Custom_Tracer).)
Public methodAdd_Secondary_Controls
Add the HTML and controls to the section below the search box
(Inherited from abstractAggregationViewer.)
Public methodAdd_Secondary_HTML
Add the main HTML to be added to the page
(Overrides abstractAggregationViewer..::..Add_Secondary_HTML(TextWriter, Custom_Tracer).)
Protected methodAdd_Simple_Search_Tips
Writes the simple search tips out to the HTTP text writer
(Inherited from abstractAggregationViewer.)

Fields

  NameDescription
Protected fieldRequestSpecificValues
Protected field contains the information specific to the current request
(Inherited from abstractAggregationViewer.)
Protected fieldViewBag
Protected field contains the aggregation-specific request information
(Inherited from abstractAggregationViewer.)

Properties

  NameDescription
Public propertyAggregationViewer_Behaviors
Gets the collection of special behaviors which this aggregation viewer requests from the main HTML subwriter.
(Inherited from abstractAggregationViewer.)
Public propertyIs_Internal_View
Gets flag which indicates whether this is an internal view, which may have a slightly different design feel
(Overrides abstractAggregationViewer..::..Is_Internal_View.)
Public propertySearch_Script_Action
Reference to the javascript method to be called
(Inherited from abstractAggregationViewer.)
Public propertySearch_Script_Reference
Reference to the javascript used to initiate the search
(Inherited from abstractAggregationViewer.)
Public propertySecondary_Text_Requires_Controls
Flag indicates whether the secondary text requires controls
(Inherited from abstractAggregationViewer.)
Public propertySelection_Panel_Display
Flag which indicates whether the selection panel should be displayed
(Overrides abstractAggregationViewer..::..Selection_Panel_Display.)
Public propertyType
Gets the type of collection view or search supported by this collection viewer
(Overrides abstractAggregationViewer..::..Type.)
Public propertyViewer_Icon
Gets the URL for the icon related to this aggregational viewer task
(Overrides abstractAggregationViewer..::..Viewer_Icon.)
Public propertyViewer_Title
Title for the page that displays this viewer, this is shown in the search box at the top of the page, just below the banner
(Overrides abstractAggregationViewer..::..Viewer_Title.)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )