The MonoXUtility type exposes the following members.

Methods

  Name Description
Public method Static member AutoGenerateKeywords
Automatically generates keywords from page text.
Public method Static member BindListControl(Type, ListControl, IEntityField2, IEntityField2)
Binds list control. Note: Returned collection of lookup values is Cached
Public method Static member BindListControl(ListControl, IEnumerable, IEntityField2, IEntityField2)
Binds list control.
Public method Static member BindListControl(Type, ListControl, IEntityField2, IEntityField2, Boolean)
Binds list control. Note: Returned collection of lookup values is Cached
Public method Static member BindListControl(ListControl, IEnumerable, IEntityField2, IEntityField2, Boolean)
Binds list control.
Public method Static member BindListControl(Type, ListControl, IEntityField2, IEntityField2, Boolean, String)
Binds list control. Note: Returned collection of lookup values is Cached
Public method Static member BindListControl(ListControl, IEnumerable, IEntityField2, IEntityField2, Boolean, String)
Binds list control.
Public method Static member BindListControl(ListControl, IEnumerable, String, String, Boolean, String)
Binds list control.
Public method Static member BindListControl(IEntityFactory2, ListControl, IEntityField2, IEntityField2, Boolean, String, IRelationPredicateBucket, IDataAccessAdapter)
Bind list control Note: Returned collection of lookup values is Cached
Public method Static member BindListControl(Type, ListControl, IEntityField2, IEntityField2, Boolean, String, IRelationPredicateBucket, IDataAccessAdapter)
Binds list control. Note: Returned collection of lookup values is Cached
Public method Static member BindListControl(Boolean, IEntityFactory2, ListControl, IEntityField2, IEntityField2, Boolean, String, IRelationPredicateBucket, IDataAccessAdapter)
Binds list control. Note: Returned collection of lookup values is Cached
Public method Static member CompileTemplateTag
Compiles a provided template tag key into whole template tag.
Public method Static member DecompileTemplateTag
Decompiles a provided template tag into tag key.
Public method Static member GetConfigurationCSV
Gets the configuration strings in the CSV format.
Public method Static member GetSubString
Gets a substring from a string.
Public method Static member GetTemplateHtml(String)
Gets the template html.
Public method Static member GetTemplateHtml(String, String)
Gets the template html.
Public method Static member InitVelocityEngine
Initialize velocity engine.
Public method Static member IsStopWord
Checks if the word passed as a parameter is a stop word.
Public method Static member Render
Renders control to a HTML.
Public method Static member RenderMonoXTemplate(String, Hashtable)
Renders tags according to the supplied template.
Public method Static member RenderMonoXTemplate(Control, String, Hashtable)
Renders tags according to the supplied template.
Public method Static member RenderMonoXTemplate(String, Hashtable, VelocityContext, VelocityEngine)
Renders tags according to the supplied template.
Public method Static member RenderMonoXTemplate(Control, String, Hashtable, VelocityContext)
Renders tags according to the supplied template.
Public method Static member RenderMonoXTemplate(Control, String, Hashtable, VelocityContext, VelocityEngine)
Renders tags according to the supplied template.
Public method Static member RenderMonoXTemplate(Control, StringBuilder, Hashtable, VelocityContext, VelocityEngine)
Renders tags according to the supplied template.
Public method Static member RetrieveConfigSetting
Used to retrieve the configuration setting in medium trust configurations, when a setting cannot be picked up if it hasn't a "requirePermission" attriobute attached to it. As this attribute cannot be attached to non-custom sections in web.config, this method is used to retrieve the required settings.
Public method Static member SaveConfigSetting
Saves a config setting without relying on WebCOnfigurationManager, so it can be used from medium trust.
Public method Static member SaveConnectionString
Saves a connection string without relying on WebCOnfigurationManger, so it can be used in medium trust.
Public method Static member SplitConfigurationString
Splits configuration strings that are intended to hold multiple values. Comma (,) has the highest priority and if it is found the string will be splitted using it as a separator. Semicolon (;) has a second-level priority; if both , and ; are not found the string is not splitted, instead an array with a single element is returned.
Public method Static member TrimString(String, Int32, Boolean)
Trims a string, making sure that it is not cut off in the middle of a word.
Public method Static member TrimString(String, Int32, Boolean, Boolean)
Trims a string, making sure that it is not cut off in the middle of a word.

See Also