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.
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
NodeAttributeNames List

Méthodes publiques

Méthode Description
GetNodeAttributeDataType ( NodeAttribute attribute ) : DataType

Gets the type of the node attribute data.

Reset ( ) : void

Resets the NodeTypeManager instance.

Private Methods

Méthode Description
ActiveSchema ( ) : System

Method Details

GetNodeAttributeDataType() public static méthode

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

Reset() public static méthode

Resets the NodeTypeManager instance.
public static Reset ( ) : void
Résultat void

Property Details

NodeAttributeNames public_oe static_oe property

public static List NodeAttributeNames
Résultat List