C# Класс ERP.WebContext

Context for the RIA application.
This context extends the base to make application services and types available for consumption from code and xaml.
Наследование: WebContextBase
Показать файл Открыть проект

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

Метод Описание
WebContext ( ) : System

Initializes a new instance of the WebContext class.

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

Метод Описание
OnCreated ( ) : void

This method is invoked from the constructor once initialization is complete and can be used for further object setup.

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

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

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