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

Inheritance: SchemaRoot
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
GatherNodeObservers void
NodeTypeManager System.Data
OnReset void
Restart void
RestartPrivate void
StartEventSystem void

Méthodes publiques

Méthode Description
GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection

Private Methods

Méthode 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 méthode

public static GetDynamicSignature ( int nodeTypeId, int contentListTypeId ) : TypeCollection
nodeTypeId int
contentListTypeId int
Résultat TypeCollection