C# 클래스 SenseNet.ContentRepository.Schema.NodeTypeRegistration

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
NodeTypeRegistration ( Type type, string parentTypeName, List ptRegs ) : System
PropertyTypeRegistrationByName ( string name ) : PropertyTypeRegistration
ToString ( ) : string

메소드 상세

NodeTypeRegistration() 공개 메소드

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

PropertyTypeRegistrationByName() 공개 메소드

public PropertyTypeRegistrationByName ( string name ) : PropertyTypeRegistration
name string
리턴 PropertyTypeRegistration

ToString() 공개 메소드

public ToString ( ) : string
리턴 string