C# Class Realms.Schema.PropertyTypeEx

Afficher le fichier Open project: realm/realm-dotnet

Méthodes publiques

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

Method Details

IsComputed() public static méthode

public static IsComputed ( this propertyType ) : bool
propertyType this
Résultat bool

ToPropertyType() public static méthode

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