C# Class ODiff.Extensions.ObjectExtensions

Afficher le fichier Open project: goeran/ODiff

Méthodes publiques

Méthode 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 méthode

public static IsAValue ( this obj ) : bool
obj this
Résultat bool

IsEnum() public static méthode

public static IsEnum ( this obj ) : bool
obj this
Résultat bool

IsEnumerable() public static méthode

public static IsEnumerable ( this obj ) : bool
obj this
Résultat bool

IsList() public static méthode

public static IsList ( this obj ) : bool
obj this
Résultat bool

IsValueType() public static méthode

public static IsValueType ( this obj ) : bool
obj this
Résultat bool

PublicFields() public static méthode

public static PublicFields ( this obj ) : System.Reflection.FieldInfo[]
obj this
Résultat System.Reflection.FieldInfo[]

PublicGetterProperties() public static méthode

public static PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[]
obj this
Résultat System.Reflection.PropertyInfo[]