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

Inheritance: System.Web.UI.WebControls.FormView
Afficher le fichier Open project: netTiers/netTiers

Private Properties

Свойство Type Description
GetPaths IList

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode Description
GetPaths ( TemplateType type ) : IList

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

Method Details

InitTemplate() protected méthode

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.
Résultat void

InitTemplates() protected méthode

Initializes all templates for the MultiFormView control.
protected InitTemplates ( ) : void
Résultat void

MultiFormView() public méthode

Initializes a new instance of the MultiFormView class.
public MultiFormView ( ) : System
Résultat System

OnInit() protected méthode

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

RemoveEditItemTemplatePath() public méthode

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

RemoveEmptyDataTemplatePath() public méthode

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

RemoveFooterTemplatePath() public méthode

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

RemoveHeaderTemplatePath() public méthode

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

RemoveInsertItemTemplatePath() public méthode

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

RemoveItemTemplatePath() public méthode

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

RemovePagerTemplatePath() public méthode

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

RemoveTemplatePath() protected méthode

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
Résultat void