C# 클래스 SenseNet.ContentRepository.Storage.Schema.NodeTypeManager

상속: SchemaRoot
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

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