C# Class System.PropertyReflectionLibrary

Afficher le fichier Open project: herohiralal/HiraTools

Méthodes publiques

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

Méthode Description
GetPropertiesWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

Method Details

Assign() public static méthode

public static Assign ( Type type, string info, object data ) : bool
type Type
info string
data object
Résultat bool

Assign() public static méthode

public static Assign ( object o, string info, object data ) : bool
o object
info string
data object
Résultat bool

Assign() public static méthode

public static Assign ( Type type, string info, data ) : bool
type Type
info string
Résultat bool

Assign() public static méthode

public static Assign ( object o, string info, data ) : bool
o object
info string
Résultat bool

GetPropertiesWithAttribute() public static méthode

public static GetPropertiesWithAttribute ( Type type ) : IEnumerable
type Type
Résultat IEnumerable

GetPropertiesWithAttribute() public static méthode

public static GetPropertiesWithAttribute ( object o ) : IEnumerable
o object
Résultat IEnumerable

Retrieve() public static méthode

public static Retrieve ( Type type, string info, object &data ) : bool
type Type
info string
data object
Résultat bool

Retrieve() public static méthode

public static Retrieve ( object o, string info, object &data ) : bool
o object
info string
data object
Résultat bool

Retrieve() public static méthode

public static Retrieve ( Type type, string info, &data ) : bool
type Type
info string
Résultat bool

Retrieve() public static méthode

public static Retrieve ( object o, string info, &data ) : bool
o object
info string
Résultat bool