C# Class PreStorm.TypeHelper

显示文件 Open project: jshirota/PreStorm

Public Methods

Method Description
GetMappings ( this type ) : PreStorm.Mapped[]
GetUnderlyingType ( this type ) : Type
HasGeometry ( this type ) : bool

Method Details

GetMappings() public static method

public static GetMappings ( this type ) : PreStorm.Mapped[]
type this
return PreStorm.Mapped[]

GetUnderlyingType() public static method

public static GetUnderlyingType ( this type ) : Type
type this
return System.Type

HasGeometry() public static method

public static HasGeometry ( this type ) : bool
type this
return bool