C# Класс Nettiers.AdventureWorks.Web.UI.MultiFormView

Наследование: System.Web.UI.WebControls.FormView
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetPaths IList

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
GetPaths ( TemplateType type ) : IList

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

Описание методов

InitTemplate() защищенный Метод

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.
Результат void

InitTemplates() защищенный Метод

Initializes all templates for the MultiFormView control.
protected InitTemplates ( ) : void
Результат void

MultiFormView() публичный Метод

Initializes a new instance of the MultiFormView class.
public MultiFormView ( ) : System
Результат System

OnInit() защищенный Метод

Raises the System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An System.EventArgs that contains the event data.
Результат void

RemoveEditItemTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of EditItemTemplatePaths.
public RemoveEditItemTemplatePath ( String name ) : void
name String
Результат void

RemoveEmptyDataTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of EmptyDataTemplatePaths.
public RemoveEmptyDataTemplatePath ( String name ) : void
name String
Результат void

RemoveFooterTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of FooterTemplatePaths.
public RemoveFooterTemplatePath ( String name ) : void
name String
Результат void

RemoveHeaderTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of HeaderTemplatePaths.
public RemoveHeaderTemplatePath ( String name ) : void
name String
Результат void

RemoveInsertItemTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of InsertItemTemplatePaths.
public RemoveInsertItemTemplatePath ( String name ) : void
name String
Результат void

RemoveItemTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of ItemTemplatePaths.
public RemoveItemTemplatePath ( String name ) : void
name String
Результат void

RemovePagerTemplatePath() публичный Метод

Removes the first named TemplatePath object from the collection of PagerTemplatePaths.
public RemovePagerTemplatePath ( String name ) : void
name String
Результат void

RemoveTemplatePath() защищенный Метод

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
Результат void