C# Класс BExIS.Web.Shell.Areas.SAM.Helpers.HtmlPrefixScopeExtensions

Показать файл Открыть проект

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

Метод Описание
BeginCollectionItem ( this html, string collectionName ) : IDisposable
BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable

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

Метод Описание
GetIdsToReuse ( System.Web.HttpContextBase httpContext, string collectionName ) : Queue

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

BeginCollectionItem() публичный статический Метод

public static BeginCollectionItem ( this html, string collectionName ) : IDisposable
html this
collectionName string
Результат IDisposable

BeginHtmlFieldPrefixScope() публичный статический Метод

public static BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable
html this
htmlFieldPrefix string
Результат IDisposable