C# Класс ODiff.Extensions.ObjectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Описание методов

IsAValue() публичный статический Метод

public static IsAValue ( this obj ) : bool
obj this
Результат bool

IsEnum() публичный статический Метод

public static IsEnum ( this obj ) : bool
obj this
Результат bool

IsEnumerable() публичный статический Метод

public static IsEnumerable ( this obj ) : bool
obj this
Результат bool

IsList() публичный статический Метод

public static IsList ( this obj ) : bool
obj this
Результат bool

IsValueType() публичный статический Метод

public static IsValueType ( this obj ) : bool
obj this
Результат bool

PublicFields() публичный статический Метод

public static PublicFields ( this obj ) : System.Reflection.FieldInfo[]
obj this
Результат System.Reflection.FieldInfo[]

PublicGetterProperties() публичный статический Метод

public static PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[]
obj this
Результат System.Reflection.PropertyInfo[]