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

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

공개 메소드들

메소드 설명
PropertyTypeRegistration ( PropertyInfo propInfo, RepositoryPropertyAttribute propTypeAttr ) : System
PropertyTypeRegistration ( string propName, RepositoryDataType dataType ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
DataTypeFromSystemType ( Type type ) : RepositoryDataType
DefaultName ( PropertyInfo propInfo ) : string

메소드 상세

PropertyTypeRegistration() 공개 메소드

public PropertyTypeRegistration ( PropertyInfo propInfo, RepositoryPropertyAttribute propTypeAttr ) : System
propInfo System.Reflection.PropertyInfo
propTypeAttr RepositoryPropertyAttribute
리턴 System

PropertyTypeRegistration() 공개 메소드

public PropertyTypeRegistration ( string propName, RepositoryDataType dataType ) : System
propName string
dataType RepositoryDataType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string