C# Class DevExtreme.AspNet.Data.TypeExtensions

Show file Open project: DevExpress/DevExtreme.AspNet.Data

Public Methods

Method Description
GetRuntimeFields ( this type ) : IEnumerable
GetRuntimeProperties ( this type ) : IEnumerable
GetTypeInfo ( this type ) : TypeInfo

Method Details

GetRuntimeFields() public static method

public static GetRuntimeFields ( this type ) : IEnumerable
type this
return IEnumerable

GetRuntimeProperties() public static method

public static GetRuntimeProperties ( this type ) : IEnumerable
type this
return IEnumerable

GetTypeInfo() public static method

public static GetTypeInfo ( this type ) : TypeInfo
type this
return TypeInfo