C# Class SenseNet.ContentRepository.Schema.NodeTypeRegistration

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
NodeTypeRegistration ( Type type, string parentTypeName, List ptRegs ) : System
PropertyTypeRegistrationByName ( string name ) : PropertyTypeRegistration
ToString ( ) : string

Method Details

NodeTypeRegistration() public méthode

public NodeTypeRegistration ( Type type, string parentTypeName, List ptRegs ) : System
type System.Type
parentTypeName string
ptRegs List
Résultat System

PropertyTypeRegistrationByName() public méthode

public PropertyTypeRegistrationByName ( string name ) : PropertyTypeRegistration
name string
Résultat PropertyTypeRegistration

ToString() public méthode

public ToString ( ) : string
Résultat string