C# Класс System.PropertyReflectionLibrary

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

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

Метод Описание
Assign ( Type type, string info, object data ) : bool
Assign ( object o, string info, object data ) : bool
Assign ( Type type, string info, data ) : bool
Assign ( object o, string info, data ) : bool
GetPropertiesWithAttribute ( Type type ) : IEnumerable
GetPropertiesWithAttribute ( object o ) : IEnumerable
Retrieve ( Type type, string info, object &data ) : bool
Retrieve ( object o, string info, object &data ) : bool
Retrieve ( Type type, string info, &data ) : bool
Retrieve ( object o, string info, &data ) : bool

Приватные методы

Метод Описание
GetPropertiesWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

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

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

public static Assign ( Type type, string info, object data ) : bool
type Type
info string
data object
Результат bool

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

public static Assign ( object o, string info, object data ) : bool
o object
info string
data object
Результат bool

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

public static Assign ( Type type, string info, data ) : bool
type Type
info string
Результат bool

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

public static Assign ( object o, string info, data ) : bool
o object
info string
Результат bool

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

public static GetPropertiesWithAttribute ( Type type ) : IEnumerable
type Type
Результат IEnumerable

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

public static GetPropertiesWithAttribute ( object o ) : IEnumerable
o object
Результат IEnumerable

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

public static Retrieve ( Type type, string info, object &data ) : bool
type Type
info string
data object
Результат bool

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

public static Retrieve ( object o, string info, object &data ) : bool
o object
info string
data object
Результат bool

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

public static Retrieve ( Type type, string info, &data ) : bool
type Type
info string
Результат bool

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

public static Retrieve ( object o, string info, &data ) : bool
o object
info string
Результат bool