C# Class PortableRest.TypeExtensions

Extension methods on System.Type to make deserializing XML a tad easier.
Mostra file Open project: advancedrei/PortableRest

Public Methods

Method Description
IsSimpleType ( this type ) : bool

Determine whether a type is simple (String, Decimal, DateTime, etc) or complex (i.e. custom class with public properties and methods).

Method Details

IsSimpleType() public static method

Determine whether a type is simple (String, Decimal, DateTime, etc) or complex (i.e. custom class with public properties and methods).
public static IsSimpleType ( this type ) : bool
type this
return bool