C# Class SenseNet.ContentRepository.Schema.NodeTypeRegistration

ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

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

Method Details

NodeTypeRegistration() public method

public NodeTypeRegistration ( Type type, string parentTypeName, List ptRegs ) : System
type System.Type
parentTypeName string
ptRegs List
return System

PropertyTypeRegistrationByName() public method

public PropertyTypeRegistrationByName ( string name ) : PropertyTypeRegistration
name string
return PropertyTypeRegistration

ToString() public method

public ToString ( ) : string
return string