====== ThinkGeo.MapSuite.Mvc.MvcControlBase ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.MvcControlBase** *[[ThinkGeo.MapSuite.Mvc.Map]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MvcControlBase() ** * //Initializes a new instance of the MvcControlBase class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MvcControlBase(String) ** * //Initializes a new instance of the MvcControlBase class.// == Remarks == * //N/A// == Parameters == * //name// * Type:String * Description:The unique identifier name of the control.
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Fill(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //entityString// * Type:String * Description:the inpu entity string.
** {{wiki:PublicMethod.gif|}} Fill(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //modelName// * Type:String * Description:the input model name * //entityString// * Type:String * Description:the input entity string
** {{wiki:PublicMethod.gif|}} ToString(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:an entity string == Parameters == * //modelName// * Type:String * Description:model name
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} LoadState() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PreRender() ** * //N/A// == Remarks == * //This method notifies the Mvc control to perform any necessary prerendering steps prior to rendering content and save state.// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Render(HtmlTextWriter) ** * //N/A// == Remarks == * //When developing a custom server control, you can override this method to generate conteol for a page.// == Return Value == * Type:Void * Description:N/A == Parameters == * //htmlTextWriter// * Type:HtmlTextWriter * Description:The HtmlTextWriter object that receives the Mvc control content.
** {{wiki:ProtectedMethod.gif|}} SaveState() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Name ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Width ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Unit ** {{wiki:PublicProperty.gif|}} Height ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Unit ** {{wiki:PublicProperty.gif|}} Visible ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} HtmlAttributes ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} ClientScriptFileNames ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} ClientScriptBlocks ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} StyleSheetFileNames ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection ** {{wiki:PublicProperty.gif|}} ViewContext ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ViewContext ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} ClientScriptManager ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MvcClientScriptManager|MvcClientScriptManager]] ** {{wiki:ProtectedProperty.gif|}} ClientStyleSheetManager ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MvcClientStyleSheetManager|MvcClientStyleSheetManager]] ==== Public Events ====