C# 클래스 Realms.Schema.PropertyTypeEx

파일 보기 프로젝트 열기: realm/realm-dotnet

공개 메소드들

메소드 설명
IsComputed ( this propertyType ) : bool
ToPropertyType ( this type, bool &isNullable, Type &innerType ) : PropertyType

메소드 상세

IsComputed() 공개 정적인 메소드

public static IsComputed ( this propertyType ) : bool
propertyType this
리턴 bool

ToPropertyType() 공개 정적인 메소드

public static ToPropertyType ( this type, bool &isNullable, Type &innerType ) : PropertyType
type this
isNullable bool
innerType System.Type
리턴 PropertyType