public abstract class WebRegistratorBase : IWebRegistrator,
ISealable
Public MustInherit Class WebRegistratorBase
Implements IWebRegistrator, ISealable
public ref class WebRegistratorBase abstract : IWebRegistrator,
ISealable
[<AbstractClassAttribute>]
type WebRegistratorBase =
class
interface IWebRegistrator
interface ISealable
end
WebRegistratorBase | Инициализирует новый экземпляр класса WebRegistratorBase |
IsSealed | Признак того, что объект был защищён от изменений. |
Services | Сервисы, регистрация которых выполняется в веб-приложении. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
FinalizeRegistration | Завершает регистрацию. Выполняется после регистраций сервисов в коллекции Services. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeRegistration | Инициализирует регистрацию. Выполняется перед регистрацией платформенных зависимостей в Services. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RegisterServices | Выполняет регистрацию зависимостей сервисов. Выполняется после регистрации платформенных зависимостей в Services. |
Seal | Защищает объект от изменений. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |