C# Class 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.
Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
NodeAttributeNames List

Public Methods

Method Description
GetNodeAttributeDataType ( NodeAttribute attribute ) : DataType

Gets the type of the node attribute data.

Reset ( ) : void

Resets the NodeTypeManager instance.

Private Methods

Method Description
ActiveSchema ( ) : System

Method Details

GetNodeAttributeDataType() public static method

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

Reset() public static method

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

Property Details

NodeAttributeNames public static property

public static List NodeAttributeNames
return List