C# 클래스 SenseNet.ContentRepository.Storage.ActiveSchema

ActiveSchema is a wrapper for NodeTypeManager. By using the ActiveSchema class you can the the NodeTypes, PropertyTypes and PermisionTypes currenly in the system.
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
NodeAttributeNames List

공개 메소드들

메소드 설명
GetNodeAttributeDataType ( NodeAttribute attribute ) : DataType

Gets the type of the node attribute data.

Reset ( ) : void

Resets the NodeTypeManager instance.

비공개 메소드들

메소드 설명
ActiveSchema ( ) : System

메소드 상세

GetNodeAttributeDataType() 공개 정적인 메소드

Gets the type of the node attribute data.
public static GetNodeAttributeDataType ( NodeAttribute attribute ) : DataType
attribute NodeAttribute
리턴 DataType

Reset() 공개 정적인 메소드

Resets the NodeTypeManager instance.
public static Reset ( ) : void
리턴 void

프로퍼티 상세

NodeAttributeNames 공개적으로 정적으로 프로퍼티

public static List NodeAttributeNames
리턴 List