C# Class Realms.Schema.PropertyTypeEx

Show file Open project: realm/realm-dotnet

Public Methods

Method Description
IsComputed ( this propertyType ) : bool
ToPropertyType ( this type, bool &isNullable, Type &innerType ) : PropertyType

Method Details

IsComputed() public static method

public static IsComputed ( this propertyType ) : bool
propertyType this
return bool

ToPropertyType() public static method

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