C# Class SenseNet.ContentRepository.Storage.Schema.NodeTypeManager

Inheritance: SchemaRoot
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
GatherNodeObservers void
NodeTypeManager System.Data
OnReset void
Restart void
RestartPrivate void
StartEventSystem void

Public Methods

Method Description
GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection

Private Methods

Method Description
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

Method Details

GetDynamicSignature() public static method

public static GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection
nodeTypeId int
contentListTypeId int
return TypeCollection