C# Class Owin.Scim.Extensions.TypeExtensions

Mostra file Open project: PowerDMS/Owin.Scim

Public Methods

Method Description
GetDefaultValue ( this type ) : object
GetEnumerableType ( this type ) : Type
IsNonStringEnumerable ( this type ) : bool
IsTerminalObject ( this type ) : bool

Method Details

GetDefaultValue() public static method

public static GetDefaultValue ( this type ) : object
type this
return object

GetEnumerableType() public static method

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

IsNonStringEnumerable() public static method

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

IsTerminalObject() public static method

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