C# Class ODiff.Extensions.ObjectExtensions

Datei anzeigen Open project: goeran/ODiff

Public Methods

Method Description
IsAValue ( this obj ) : bool
IsEnum ( this obj ) : bool
IsEnumerable ( this obj ) : bool
IsList ( this obj ) : bool
IsValueType ( this obj ) : bool
PublicFields ( this obj ) : System.Reflection.FieldInfo[]
PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[]

Method Details

IsAValue() public static method

public static IsAValue ( this obj ) : bool
obj this
return bool

IsEnum() public static method

public static IsEnum ( this obj ) : bool
obj this
return bool

IsEnumerable() public static method

public static IsEnumerable ( this obj ) : bool
obj this
return bool

IsList() public static method

public static IsList ( this obj ) : bool
obj this
return bool

IsValueType() public static method

public static IsValueType ( this obj ) : bool
obj this
return bool

PublicFields() public static method

public static PublicFields ( this obj ) : System.Reflection.FieldInfo[]
obj this
return System.Reflection.FieldInfo[]

PublicGetterProperties() public static method

public static PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[]
obj this
return System.Reflection.PropertyInfo[]