BuildMaster SDK Reference
Version:

SimpleVirtualCompositeControl Class

A collection of simple controls used to render a group without an element.

Inheritance Hierarchy

  • object
    • Inedo.Web.Controls.SimpleVirtualCompositeControl

Syntax

public class SimpleVirtualCompositeControl : ISimpleControl, ISimpleControlContainer, ISimpleClientResourceConsumer

Constructors

Name Description
SimpleVirtualCompositeControl

Initializes a new instance of the SimpleVirtualCompositeControl class.

SimpleVirtualCompositeControl(object content)

Initializes a new instance of the SimpleVirtualCompositeControl class.

SimpleVirtualCompositeControl(object[] content)

Initializes a new instance of the SimpleVirtualCompositeControl class.

Properties

Name Description
Controls

Gets the control collection.

Visible

Gets or sets a value indicating whether to render the controls.

Methods

Name Description
GetClientResources

Returns all of the client resources for the child controls.

Initialize

Called before the control is rendered.

ToString

Returns a System.String that represents this instance.

WriteHtml(SlimHtmlTextWriter writer)

Renders the controls.