C# Class System.PropertyReflectionLibrary

Show file Open project: herohiralal/HiraTools

Public Methods

Method Description
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

Private Methods

Method Description
GetPropertiesWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

Method Details

Assign() public static method

public static Assign ( Type type, string info, object data ) : bool
type Type
info string
data object
return bool

Assign() public static method

public static Assign ( object o, string info, object data ) : bool
o object
info string
data object
return bool

Assign() public static method

public static Assign ( Type type, string info, data ) : bool
type Type
info string
return bool

Assign() public static method

public static Assign ( object o, string info, data ) : bool
o object
info string
return bool

GetPropertiesWithAttribute() public static method

public static GetPropertiesWithAttribute ( Type type ) : IEnumerable
type Type
return IEnumerable

GetPropertiesWithAttribute() public static method

public static GetPropertiesWithAttribute ( object o ) : IEnumerable
o object
return IEnumerable

Retrieve() public static method

public static Retrieve ( Type type, string info, object &data ) : bool
type Type
info string
data object
return bool

Retrieve() public static method

public static Retrieve ( object o, string info, object &data ) : bool
o object
info string
data object
return bool

Retrieve() public static method

public static Retrieve ( Type type, string info, &data ) : bool
type Type
info string
return bool

Retrieve() public static method

public static Retrieve ( object o, string info, &data ) : bool
o object
info string
return bool