C# Класс SenseNet.ContentRepository.Storage.Schema.NodeTypeManager

Наследование: SchemaRoot
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GatherNodeObservers void
NodeTypeManager System.Data
OnReset void
Restart void
RestartPrivate void
StartEventSystem void

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

Метод Описание
GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection

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

Метод Описание
GatherNodeObservers ( ) : void
NodeTypeManager ( ) : System.Data
OnReset ( ) : void
Restart ( ) : void

Distributes a NodeTypeManager restart (calls the NodeTypeManager.RestartPrivate()).

RestartPrivate ( ) : void

Restarts the NodeTypeManager without sending an ApplicationMessage. Do not call this method explicitly, the system will call it if neccessary (when the reset is triggered by an another instance).

StartEventSystem ( ) : void

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

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

public static GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection
nodeTypeId int
contentListTypeId int
Результат TypeCollection