Click or drag to resize
RuleCollectionHTMLWriteTable Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:CSC.SC.TOPICA4.Template.RuleCollection.HTMLWriteTable(System.Web.UI.HtmlTextWriter,CSC.SC.TOPICA4.Template.FormContext,System.String)"]

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void HTMLWriteTable(
	HtmlTextWriter writer,
	FormContext formContext,
	string id
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter

[Missing <param name="writer"/> documentation for "M:CSC.SC.TOPICA4.Template.RuleCollection.HTMLWriteTable(System.Web.UI.HtmlTextWriter,CSC.SC.TOPICA4.Template.FormContext,System.String)"]

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.RuleCollection.HTMLWriteTable(System.Web.UI.HtmlTextWriter,CSC.SC.TOPICA4.Template.FormContext,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:CSC.SC.TOPICA4.Template.RuleCollection.HTMLWriteTable(System.Web.UI.HtmlTextWriter,CSC.SC.TOPICA4.Template.FormContext,System.String)"]

See Also