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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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