C# Class Nettiers.AdventureWorks.Web.UI.MultiFormView

Inheritance: System.Web.UI.WebControls.FormView
ファイルを表示 Open project: netTiers/netTiers

Private Properties

Property Type Description
GetPaths IList

Public Methods

Method Description
MultiFormView ( ) : System

Initializes a new instance of the MultiFormView class.

RemoveEditItemTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of EditItemTemplatePaths.

RemoveEmptyDataTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of EmptyDataTemplatePaths.

RemoveFooterTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of FooterTemplatePaths.

RemoveHeaderTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of HeaderTemplatePaths.

RemoveInsertItemTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of InsertItemTemplatePaths.

RemoveItemTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of ItemTemplatePaths.

RemovePagerTemplatePath ( String name ) : void

Removes the first named TemplatePath object from the collection of PagerTemplatePaths.

Protected Methods

Method Description
InitTemplate ( TemplateType type ) : void

Initializes the template for the MultiFormView control represented by the specified TemplateType.

InitTemplates ( ) : void

Initializes all templates for the MultiFormView control.

OnInit ( EventArgs e ) : void

Raises the System.Web.UI.Control.Init event.

RemoveTemplatePath ( TemplateType type, String name ) : void

Removes the first named TemplatePath object from the collection paths for the specified TemplateType.

Private Methods

Method Description
GetPaths ( TemplateType type ) : IList

Gets a list of paths to external template controls for the specified key.

Method Details

InitTemplate() protected method

Initializes the template for the MultiFormView control represented by the specified TemplateType.
protected InitTemplate ( TemplateType type ) : void
type TemplateType A TemplateType enum value representing the type of template.
return void

InitTemplates() protected method

Initializes all templates for the MultiFormView control.
protected InitTemplates ( ) : void
return void

MultiFormView() public method

Initializes a new instance of the MultiFormView class.
public MultiFormView ( ) : System
return System

OnInit() protected method

Raises the System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An System.EventArgs that contains the event data.
return void

RemoveEditItemTemplatePath() public method

Removes the first named TemplatePath object from the collection of EditItemTemplatePaths.
public RemoveEditItemTemplatePath ( String name ) : void
name String
return void

RemoveEmptyDataTemplatePath() public method

Removes the first named TemplatePath object from the collection of EmptyDataTemplatePaths.
public RemoveEmptyDataTemplatePath ( String name ) : void
name String
return void

RemoveFooterTemplatePath() public method

Removes the first named TemplatePath object from the collection of FooterTemplatePaths.
public RemoveFooterTemplatePath ( String name ) : void
name String
return void

RemoveHeaderTemplatePath() public method

Removes the first named TemplatePath object from the collection of HeaderTemplatePaths.
public RemoveHeaderTemplatePath ( String name ) : void
name String
return void

RemoveInsertItemTemplatePath() public method

Removes the first named TemplatePath object from the collection of InsertItemTemplatePaths.
public RemoveInsertItemTemplatePath ( String name ) : void
name String
return void

RemoveItemTemplatePath() public method

Removes the first named TemplatePath object from the collection of ItemTemplatePaths.
public RemoveItemTemplatePath ( String name ) : void
name String
return void

RemovePagerTemplatePath() public method

Removes the first named TemplatePath object from the collection of PagerTemplatePaths.
public RemovePagerTemplatePath ( String name ) : void
name String
return void

RemoveTemplatePath() protected method

Removes the first named TemplatePath object from the collection paths for the specified TemplateType.
protected RemoveTemplatePath ( TemplateType type, String name ) : void
type TemplateType
name String
return void