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

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

공개 메소드들

메소드 설명
GenerateCtd ( ISupportsDynamicFields handler, ContentType baseContentType ) : string
GetFieldMetadata ( Type type ) : FieldMetadata>.IDictionary
GetFieldMetadata ( Type type, bool>.Func isHiddenCallback ) : FieldMetadata>.IDictionary
GetSuggestedFieldType ( Type propertyType ) : Type

메소드 상세

GenerateCtd() 공개 정적인 메소드

public static GenerateCtd ( ISupportsDynamicFields handler, ContentType baseContentType ) : string
handler ISupportsDynamicFields
baseContentType ContentType
리턴 string

GetFieldMetadata() 공개 정적인 메소드

public static GetFieldMetadata ( Type type ) : FieldMetadata>.IDictionary
type System.Type
리턴 FieldMetadata>.IDictionary

GetFieldMetadata() 공개 정적인 메소드

public static GetFieldMetadata ( Type type, bool>.Func isHiddenCallback ) : FieldMetadata>.IDictionary
type System.Type
isHiddenCallback bool>.Func
리턴 FieldMetadata>.IDictionary

GetSuggestedFieldType() 공개 정적인 메소드

public static GetSuggestedFieldType ( Type propertyType ) : Type
propertyType System.Type
리턴 System.Type