The CMSAbstractTransformation type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CMSAbstractTransformation |
Methods
Name | Description | |
---|---|---|
AddConfirmation |
Adds confirmation text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddCurrentCategoryParameter |
Appends current category ID to given url.
| |
AddedControl | (Inherited from Control.) | |
AddError |
Adds error text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddHeaderAction |
Adds specified action to the page header actions.
(Inherited from AbstractUserControl.) | |
AddInformation |
Adds information text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddMessage |
Adds message text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddParsedSubObject | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (Inherited from Control.) | |
AddWarning |
Adds warning text to existing message on the page.
(Inherited from AbstractUserControl.) | |
ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (Inherited from Control.) | |
BuildProfileTree | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (Inherited from Control.) | |
ClearCachedClientID | Sets the cached ClientID value to null. (Inherited from Control.) | |
ClearEffectiveClientIDMode | Sets the ClientIDMode property of the current control instance and of any child controls to Inherit. (Inherited from Control.) | |
ClearChildControlState | Deletes the control-state information for the server control's child controls. (Inherited from Control.) | |
ClearChildState | Deletes the view-state and control-state information for all the server control's child controls. (Inherited from Control.) | |
ClearChildViewState | Deletes the view-state information for all the server control's child controls. (Inherited from Control.) | |
Construct | Performs design-time logic. (Inherited from TemplateControl.) | |
CreateControlCollection | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from Control.) | |
CreateChildControls | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. (Inherited from Control.) | |
CreateResourceBasedLiteralControl | Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl(Int32, Int32, Boolean) method is not intended for use from within your code. (Inherited from TemplateControl.) | |
DataBind |
Data bind.
(Overrides Control DataBind .) | |
DataBind(Boolean) | Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. (Inherited from Control.) | |
DataBindChildren | Binds a data source to the server control's child controls. (Inherited from Control.) | |
DesignerInitialize | Performs any initialization steps on the user control that are required by RAD designers. (Inherited from UserControl.) | |
Dispose | Enables a server control to perform final clean up before it is released from memory. (Inherited from Control.) | |
EnsureControls |
Interface for control that is able to explicitly ensure its child controls
(Inherited from AbstractUserControl.) | |
EnsureChildControls | Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from Control.) | |
EnsureID | Creates an identifier for controls that do not have an identifier assigned. (Inherited from Control.) | |
EnsureMaximumLineLength |
Limits line length of the given plain text.
| |
EnsureObject |
Ensures the internal transformation object which provides the nested data
| |
Equals | (Inherited from Object.) | |
Eval(String) |
Evaluates the item data (safe version).
(Overrides AbstractUserControl Eval(String).) | |
Eval(String, String) | Evaluates a data-binding expression using the specified format string to display the result. (Inherited from TemplateControl.) | |
Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractUserControl.) | |
Eval ReturnType (String) |
Templated Eval, returns the value converted to specific type.
(Overrides AbstractUserControl Eval(String).) | |
EvalBool |
Evaluates the item data and converts it to the bool.
(Overrides AbstractUserControl EvalBool(String).) | |
EvalCDATA(String) |
Evaluates the item data and return escaped CDATA.
| |
EvalCDATA(String, Boolean) |
Evaluates the item data and return escaped CDATA.
| |
EvalColumnInternal |
Evaluates the data column
| |
EvalDateTime |
Evaluates the item data and converts it to the date time.
(Overrides AbstractUserControl EvalDateTime(String).) | |
EvalDouble |
Evaluates the item data and converts it to the integer.
(Overrides AbstractUserControl EvalDouble(String).) | |
EvalGuid |
Evaluates the item data and converts it to the guid.
(Overrides AbstractUserControl EvalGuid(String).) | |
EvalHTML |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Overrides AbstractUserControl EvalHTML(String).) | |
EvalHtmlAttribute |
Evaluates the item data, encodes it to be used in HTML attribute.
(Inherited from AbstractUserControl.) | |
EvalInteger |
Evaluates the item data and converts it to the integer.
(Overrides AbstractUserControl EvalInteger(String).) | |
EvalInternal |
Evaluates the expression on the available data
| |
EvalJSString |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Overrides AbstractUserControl EvalJSString(String).) | |
EvalText(String) |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Overrides AbstractUserControl EvalText(String).) | |
EvalText(String, Boolean) |
Evaluates the item data, encodes it and optionally localizes it. Method should be used for columns with string nonhtml content.
(Overrides AbstractUserControl EvalText(String, Boolean).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. (Inherited from Control.) | |
FindControl(String, Int32) | Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method. (Inherited from Control.) | |
Focus | Sets input focus to a control. (Inherited from Control.) | |
FormatDate |
Format date without time part.
| |
FormatDateTime |
Format date time.
| |
FrameworkInitialize | Initializes the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
GetAbsoluteUrl(String) |
Returns absolute URL from relative path.
| |
GetAbsoluteUrl(String, Int32) |
Returns absolute URL from relative path.
| |
GetAbsoluteUrl(String, Object) |
Returns absolute URL from relative path.
| |
GetAge |
Returns age according to DOB. If DOB is not set, returns unknownAge string.
| |
GetAtomDateTime |
Gets time according to RFC 3339 for Atom feeds.
| |
GetAttachmentIcon |
Returns HTML markup representing attachment icon.
| |
GetAttachmentUrl |
Returns URL of the attachment.
| |
GetBadgeImage |
Returns badge image tag.
| |
GetBadgeName |
Returns badge name.
| |
GetBlogCommentUrl |
Returns URL of the blog comment document.
| |
GetBlogCommentUrlForFeed |
Returns URL of the blog comment document with feed parameter.
| |
GetColumnName(String) |
Returns first column which is present and not empty.
| |
GetColumnName(String, Boolean) |
Returns first column which is present.
| |
GetCustomDateTime |
Returns date time with dependence on selected time zone.
| |
GetDataControlValue(String) |
Gets the Data control value.
| |
GetDataControlValue ReturnType (String) |
Gets the Data control value.
| |
GetDate |
Returns date from the provided date-time value.
| |
GetDateTime(DateTime) |
Returns date time with dependence on current ITimeZone manager time zone settings.
| |
GetDateTime(Object) |
Returns date time with dependence on current ITimeZone manager time zone settings.
| |
GetDateTime(String) |
Returns date and time string.
| |
GetDateTime(String, String) |
Returns date and time in given format.
| |
GetDateTimeString |
Returns string representation of date time with dependence on current ITimeZone manager
time zone settings.
| |
GetDesignModeState | Gets design-time data for a control. (Inherited from Control.) | |
GetDocumentCssClass |
Gets document CSS class comparing the current document node alias path.
| |
GetDocumentLink |
Returns a complete HTML code of the link to the currently rendered document.
| |
GetDocumentLink(Boolean) |
Returns a complete HTML code of the link to the currently rendered document.
| |
GetDocumentUrl |
Returns URL of the currently rendered document.
| |
GetDocumentUrl(Object) |
Returns URL of the given document.
| |
GetDocumentUrl(Object, Object) |
Returns URL of the given document (for use with document selector).
| |
GetDocumentUrlForFeed |
Returns URL of the currently rendered document with feed parameter.
| |
GetEditableImage |
Returns a complete HTML code of the image that is specified by editable image ID.
| |
GetEditableImageUrl |
Gets the editable image value.
| |
GetEditableValue |
Gets the editable control value.
| |
GetEventDateString |
Returns string representation of event time.
| |
GetFeedName |
Returns safe feed name. Checks "FeedName" and "InstanceGUID" columns in data controls.
| |
GetFileIcon |
Returns HTML markup representing file icon.
| |
GetFileUrl(Object) |
Returns URL of the attachment stored in the given column name.
| |
GetFileUrl(Object, Object) |
Returns URL of the attachment.
| |
GetFileUrl(Object, String) |
Returns URL of the attachment stored in the given column name.
| |
GetFlagIconUrl |
Returns resolved path to the flag image for the specified culture.
(Inherited from AbstractUserControl.) | |
GetForumPostUrl |
Returns URL of the specified forum post.
| |
GetForumPostUrlForFeed |
Returns URL of the specified forum post with feed parameter.
| |
GetGender |
Returns gender of the user.
| |
GetGlobalResourceObject(String, String) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. (Inherited from TemplateControl.) | |
GetGlobalResourceObject(String, String, Type, String) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource. (Inherited from TemplateControl.) | |
GetGroupAvatarImage(Int32, Object) |
Returns group avatar image tag, if avatar is not defined returns default group if is defined.
| |
GetGroupAvatarImage(Object, Int32, Object) |
Returns group avatar image tag, if avatar is not defined returns default group if is defined.
| |
GetGroupAvatarImage(Object, Int32, Int32, Int32, Object) |
Returns group avatar image tag, if avatar is not defined returns default group if is defined.
| |
GetGroupProfileUrl(Object) |
Returns group profile URL.
| |
GetGroupProfileUrl(Object, String) |
Returns group profile URL.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImage(Object, Int32) |
Returns a complete HTML code of the image that is specified in the given column.
| |
GetImage(Object, Int32, Int32) |
Returns a complete HTML code of the image that is specified in the given column.
| |
GetImage(Object, Object, Object, Object, Object) |
Returns a complete HTML code of the image that is specified in the given column.
| |
GetImageByUrl(Object, Int32) |
Returns a complete HTML code of the image that is specified by the given url.
| |
GetImageByUrl(Object, Int32, Int32) |
Returns a complete HTML code of the image that is specified by the given url.
| |
GetImageByUrl(Object, Object, Object, Object, Object) |
Returns a complete HTML code of the image that is specified by the given url.
| |
GetImagePath |
Gets UI image relative path.
(Inherited from AbstractUserControl.) | |
GetImageUrl |
Gets UI image relative path.
(Inherited from AbstractUserControl.) | |
GetLocalResourceObject(String) | Gets a page-level resource object based on the specified ResourceKey property. (Inherited from TemplateControl.) | |
GetLocalResourceObject(String, Type, String) | Gets a page-level resource object based on the specified ResourceKey property, object type, and property name. (Inherited from TemplateControl.) | |
GetMediaFileUrl |
Returns URL of the specified media file.
| |
GetMediaFileUrlForFeed |
Returns URL of the specified media file with feed parameter.
| |
GetMemberProfileUrl(Object) |
Returns member profile URL.
| |
GetMemberProfileUrl(Object, String) |
Returns member profile URL.
| |
GetMessageBoardUrl |
Returns URL of the message board document.
| |
GetMessageBoardUrlForFeed |
Returns URL of the message board document with feed parameter.
| |
GetMetaFileUrl |
Returns URL of the specified meta file.
| |
GetNotEmpty |
Returns first nonEmpty column.
| |
GetRouteUrl(Object) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) | |
GetRouteUrl(RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) | |
GetRouteUrl(String, Object) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) | |
GetRouteUrl(String, RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) | |
GetRSSDateTime |
Gets time according to RFC 822 for RSS feeds.
| |
GetSearchedContent |
Returns content parsed as XML if required and removes dynamic controls.
| |
GetSearchImageUrl |
Returns URL to current search result item.
| |
GetSearchValue |
Returns column value for current search result item.
| |
GetSharePointFileUrl |
Gets URL for accessing file on SharePoint server.
| |
GetSharePointImageUrl |
Gets URL for accessing an image on SharePoint server.
| |
GetSiteDateTime |
Returns site date time according to site time zone.
| |
GetSitemapItem |
Returns sitemap XML element for specified type (loc, lastmod, changefreq, priority).
| |
GetString |
Returns localized string.
(Inherited from AbstractUserControl.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUIImageUrl(String) |
Gets UI image resolved path.
| |
GetUIImageUrl(String, Boolean) |
Gets UI image resolved path.
| |
GetUIImageUrl(String, Boolean, Boolean) |
Gets UI image path.
| |
GetUniqueIDRelativeTo | Returns the prefixed portion of the UniqueID property of the specified control. (Inherited from Control.) | |
GetUrl(Object, Object) |
Returns URL for the specified aliasPath and urlPath (preferable).
| |
GetUrl(Object, Object, Object) |
Returns URL for the specified aliasPath and urlPath (preferable).
| |
GetUserAvatarImage(Int32, String) |
Returns user avatar image. Datarow must contains 'AvatarGuid' and 'UserGender' columns.
| |
GetUserAvatarImage(Object, Object, Int32, Object) |
Returns avatar image tag, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
| |
GetUserAvatarImage(Object, Int32, Int32, Int32, Object) |
Returns avatar image tag, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
| |
GetUserAvatarImage(Object, Object, Int32, Int32, Int32, Object) |
Returns avatar image tag, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
| |
GetUserAvatarImageUrl(Object, Object, Int32, Int32, Int32) |
Returns avatar image url, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
| |
GetUserAvatarImageUrl(Object, Object, String, Int32, Int32, Int32) |
Returns avatar image url, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
| |
GetUserDateTime |
Returns current user date time DateTime according to user time zone.
| |
GetUserFullName |
Returns user full name.
| |
GetUserProfileURL(Object) |
Returns user profile URL.
| |
GetUserProfileURL(Object, String) |
Returns user profile URL.
| |
HasControls | Determines if the server control contains any child controls. (Inherited from Control.) | |
HasEvents | Returns a value indicating whether events are registered for the control or any child controls. (Inherited from Control.) | |
HTMLEncode |
Returns encoded text.
| |
If |
If input value is evaluated as True then 'true result' is returned, otherwise 'false result' is returned.
| |
IfCompare |
Transformation "if" statement for guid, int, string, double, boolean, DateTime
The type of compare depends on comparable value (second parameter)
If both values are NULL, method returns false result.
| |
IfEmpty |
Returns nonEmptyResult if value is null or empty, else returns emptyResult.
| |
IfImage |
Returns isImage value if file is image.
| |
IfTrue |
If input value is evaluated as True then 'true result' is returned, otherwise empty string is returned.
| |
InitializeAsUserControl | Initializes the UserControl object that has been created declaratively. Since there are some differences between pages and user controls, this method makes sure that the user control is initialized properly. (Inherited from UserControl.) | |
IsCurrentDocument |
Indicates if the document is current document.
| |
IsDocumentOnSelectedPath |
Indicates if the document is on selected path.
| |
IsFirst |
Indicates if current data item is the first.
| |
IsImageDocument |
Indicates if the document is image.
| |
IsLast |
Indicates it current data item is the last.
| |
IsLiteralContent | Determines if the server control holds only literal content. (Inherited from Control.) | |
LimitLength(Object, Int32) |
Limits length of the given plain text.
| |
LimitLength(Object, Int32, String) |
Limits length of the given plain text.
| |
LimitLength(Object, Int32, String, Boolean) |
Limits length of the given plain text.
| |
LoadControl(String) | Loads a Control object from a file based on a specified virtual path. (Inherited from TemplateControl.) | |
LoadControl(Type, Object ) | Loads a Control object based on a specified type and constructor parameters. (Inherited from TemplateControl.) | |
LoadControlState | Restores control-state information from a previous page request that was saved by the SaveControlState method. (Inherited from Control.) | |
LoadTemplate | Obtains an instance of the ITemplate interface from an external file. (Inherited from TemplateControl.) | |
LoadUserControl |
Loads the user control based on the given path
(Inherited from AbstractUserControl.) | |
LoadViewState | Restores the view-state information from a previous user control request that was saved by the SaveViewState method. (Inherited from UserControl.) | |
Localize |
Returns localized text.
| |
LogAndShowError |
Logs the exception and
(Inherited from AbstractUserControl.) | |
MapPath | Assigns a virtual file path, either absolute or relative, to a physical file path. (Inherited from UserControl.) | |
MapPathSecure | Retrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from Control.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAbortTransaction | Raises the AbortTransaction event. (Inherited from TemplateControl.) | |
OnBubbleEvent | Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from Control.) | |
OnCommitTransaction | Raises the CommitTransaction event. (Inherited from TemplateControl.) | |
OnDataBinding | Raises the DataBinding event. (Inherited from Control.) | |
OnError | Raises the Error event. (Inherited from TemplateControl.) | |
OnInit |
Init event handler.
(Inherited from AbstractUserControl.) | |
OnLoad |
Load event handler.
(Inherited from AbstractUserControl.) | |
OnPreRender |
PreRender event handler.
(Inherited from AbstractUserControl.) | |
OnUnload | Raises the Unload event. (Inherited from Control.) | |
OpenFile | Gets a Stream used to read a file. (Inherited from Control.) | |
ParseControl(String) | Parses an input string into a Control object on the Web Forms page or user control. (Inherited from TemplateControl.) | |
ParseControl(String, Boolean) | Parses an input string into a Control object on the ASP.NET Web page or user control. (Inherited from TemplateControl.) | |
RaiseBubbleEvent | Assigns any sources of the event and its information to the control's parent. (Inherited from Control.) | |
ReadStringResource | Reads a string resource. The ReadStringResource method is not intended for use from within your code. (Inherited from TemplateControl.) | |
RemovedControl | (Inherited from Control.) | |
RemoveDiscussionMacros |
Remove all types of discussion macros from text.
| |
RemoveDynamicControls |
Remove all dynamic controls macros from text.
| |
Render |
Render event handler.
(Inherited from AbstractUserControl.) | |
RenderControl(HtmlTextWriter) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object. (Inherited from Control.) | |
RenderChildren | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from Control.) | |
ResolveAdapter | Gets the control adapter responsible for rendering the specified control. (Inherited from Control.) | |
ResolveClientUrl | Gets a URL that can be used by the browser. (Inherited from Control.) | |
ResolveCurrentPath |
Resolves the given alias path, applies the path segment to the given format string {0} for level 0.
| |
ResolveDiscussionMacros |
Resolves the discussion macros.
| |
ResolveMacros |
Resolves the macros in the given text
| |
ResolveUrl |
Resolves the given URL
(Inherited from AbstractUserControl.) | |
SaveControlState | Saves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from Control.) | |
SaveViewState | Saves any user control view-state changes that have occurred since the last page postback. (Inherited from UserControl.) | |
SearchHighlight |
Highlight input text with dependence on current search keywords.
| |
SearchResultUrl |
Returns URL for current search result.
| |
SetDesignModeState | Sets design-time data for a control. (Inherited from Control.) | |
SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from Control.) | |
SetStringResourcePointer | Sets a pointer to a string resource. The SetStringResourcePointer(Object, Int32) method is used by generated classes and is not intended for use from within your code. (Inherited from TemplateControl.) | |
ShowConfirmation |
Shows the general confirmation message.
(Inherited from AbstractUserControl.) | |
ShowError |
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowChangesSaved |
Shows the general changes saved message.
(Inherited from AbstractUserControl.) | |
ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowMessage(MessageTypeEnum, String, String, String, Boolean) |
Shows the specified message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowMessage(MessageTypeEnum, String, String, String, Boolean, Boolean) |
Shows the specified message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
StripTags |
Remove HTML tags from text.
| |
TestDeviceFilter | Returns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from TemplateControl.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrackViewState | Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. This object is accessible through the ViewState property. (Inherited from Control.) | |
TrimSitePrefix |
Trims the site prefix from user name(if any prefix found)
| |
WriteUTF8ResourceString | Writes a resource string to an HtmlTextWriter control. The WriteUTF8ResourceString(HtmlTextWriter, Int32, Int32, Boolean) method is used by generated classes and is not intended for use from within your code. (Inherited from TemplateControl.) | |
XPath(String) | Evaluates an XPath data-binding expression. (Inherited from TemplateControl.) | |
XPath(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. (Inherited from TemplateControl.) | |
XPath(String, String) | Evaluates an XPath data-binding expression using the specified format string to display the result. (Inherited from TemplateControl.) | |
XPath(String, String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. (Inherited from TemplateControl.) | |
XPathSelect(String) | Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. (Inherited from TemplateControl.) | |
XPathSelect(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface. (Inherited from TemplateControl.) |
Extension Methods
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mCDATARegExp |
Regular expression for CDATA.
| |
mDataControl |
Parent data control.
| |
mDataControlSearched |
Returns true if the parent data control was already searched
| |
mDocumentCustomData |
Document custom data.
| |
mEditableItems |
Editable items (document content).
| |
mNodeCustomData |
Node custom data.
| |
mObject |
Object containing the data
| |
mObjectLoaded |
Flag whether the object was loaded or not
| |
mRelatedData |
Custom data connected to the object.
| |
mRelatedDataLoaded |
Related data is loaded.
| |
mTrackEvals |
If true, the evals are tracked within this transformation
|
Properties
Name | Description | |
---|---|---|
Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) | |
Application | Gets the Application object for the current Web request. (Inherited from UserControl.) | |
AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from Control.) | |
AppRelativeVirtualPath | Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. (Inherited from TemplateControl.) | |
Attributes | Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file. (Inherited from UserControl.) | |
AutoHandlers | Obsolete. The AutoHandlers property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code. (Inherited from TemplateControl.) | |
BindingContainer | Gets the control that contains this control's data binding. (Inherited from Control.) | |
Cache | Gets the Cache object that is associated with the application that contains the user control. (Inherited from UserControl.) | |
CachePolicy | Gets a reference to a collection of caching parameters for this user control. (Inherited from UserControl.) | |
CDATARegExp |
URL regular expression.
| |
ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from Control.) | |
ClientIDMode | Gets or sets the algorithm that is used to generate the value of the ClientID property. (Inherited from Control.) | |
ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) | |
ComponentName |
Component name
(Inherited from AbstractUserControl.) | |
Context | Gets the HttpContext object associated with the server control for the current Web request. (Inherited from Control.) | |
Controls | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from Control.) | |
CurrentDocument |
Current document
(Inherited from AbstractUserControl.) | |
CurrentPageInfo |
Current page info
(Inherited from AbstractUserControl.) | |
CurrentSite |
Current site
(Inherited from AbstractUserControl.) | |
CurrentUser |
Current user
(Inherited from AbstractUserControl.) | |
DataControl |
Parent data control.
| |
DataItem |
Gets the data item object for current binding context.
| |
DataItemContainer | Gets a reference to the naming container if the naming container implements IDataItemContainer. (Inherited from Control.) | |
DataItemCount |
Gets the number of data items for the current binding context.
| |
DataItemIndex |
Gets the data item index for current transformation container
You have to use Container.DataItemIndex for index in current binding context
| |
DataKeysContainer | Gets a reference to the naming container if the naming container implements IDataKeysControl. (Inherited from Control.) | |
DataRowView |
Returns current data row view.
| |
DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) | |
DisplayIndex |
Gets the display index for current transformation container
You have to use Container.DisplayIndex for display index in current binding context
| |
DocumentCustomData |
Document custom data.
| |
DocumentManager |
Document manager control
(Inherited from AbstractUserControl.) | |
EditableItems |
Editable items (document content).
| |
EditedObject |
Control's edited object
(Inherited from AbstractUserControl.) | |
EnableTheming | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from Control.) | |
Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) | |
HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) | |
HeaderActions |
Header actions control
(Inherited from AbstractUserControl.) | |
ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) | |
ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from Control.) | |
IdSeparator | Gets the character used to separate control identifiers. (Inherited from Control.) | |
IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) | |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from AbstractUserControl.) | |
IsPostBack | Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. (Inherited from UserControl.) | |
IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) | |
IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) | |
LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) | |
MessagesPlaceHolder |
Placeholder for messages
(Inherited from AbstractUserControl.) | |
Methods |
Methods provided by the transformation
| |
NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. (Inherited from Control.) | |
NodeCustomData |
Node custom data.
| |
Object |
Object with the data
| |
Page | Gets a reference to the Page instance that contains the server control. (Inherited from Control.) | |
Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from Control.) | |
RelatedData |
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
| |
RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from Control.) | |
Request | Gets the HttpRequest object for the current Web request. (Inherited from UserControl.) | |
Response | Gets the HttpResponse object for the current Web request. (Inherited from UserControl.) | |
Server | Gets the HttpServerUtility object for the current Web request. (Inherited from UserControl.) | |
Session | Gets the HttpSessionState object for the current Web request. (Inherited from UserControl.) | |
ShortID |
Short ID of the control.
(Inherited from AbstractUserControl.) | |
Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from Control.) | |
SkinID | Gets or sets the skin to apply to the control. (Inherited from Control.) | |
StopProcessing |
Indicates if the control should perform the operations.
(Inherited from AbstractUserControl.) | |
SupportAutoEvents | Gets a value indicating whether the TemplateControl control supports automatic events. (Inherited from TemplateControl.) | |
TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from Control.) | |
TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from Control.) | |
Trace | Gets the TraceContext object for the current Web request. (Inherited from UserControl.) | |
UIContext |
Control's UI Context
(Inherited from AbstractUserControl.) | |
UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from Control.) | |
UsesLocalMessagesPlaceHolder |
Indicates if control uses local messages placeholder
(Inherited from AbstractUserControl.) | |
ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Control.) | |
ViewStateIgnoresCase | Gets a value that indicates whether the StateBag object is case-insensitive. (Inherited from Control.) | |
ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from Control.) | |
Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) |
Events
Name | Description | |
---|---|---|
AbortTransaction | Occurs when a user ends a transaction. (Inherited from TemplateControl.) | |
CommitTransaction | Occurs when a transaction completes. (Inherited from TemplateControl.) | |
DataBinding | Occurs when the server control binds to a data source. (Inherited from Control.) | |
Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from Control.) | |
Error | Occurs when an unhandled exception is thrown. (Inherited from TemplateControl.) | |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.) | |
Load | Occurs when the server control is loaded into the Page object. (Inherited from Control.) | |
PreRender | Occurs after the Control object is loaded but prior to rendering. (Inherited from Control.) | |
Unload | Occurs when the server control is unloaded from memory. (Inherited from Control.) |
See Also