C# Class AjScript.ObjectUtilities

Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

Méthode Description
GetIndexedValue ( object obj, object indexes ) : object
GetNativeValue ( object obj, string name, object parameters ) : object
GetValue ( object obj, string name ) : object
GetValue ( object obj, string name, object parameters ) : object
IsNumber ( object obj ) : bool
SetIndexedValue ( System array, object indexes, object value ) : void
SetIndexedValue ( object obj, object indexes, object value ) : void
SetValue ( object obj, string name, object value ) : void

Private Methods

Méthode Description
GetIndexedValue ( IDictionary dictionary, object indexes ) : object
GetIndexedValue ( IList list, object indexes ) : object
GetIndexedValue ( System array, object indexes ) : object

Method Details

GetIndexedValue() public static méthode

public static GetIndexedValue ( object obj, object indexes ) : object
obj object
indexes object
Résultat object

GetNativeValue() public static méthode

public static GetNativeValue ( object obj, string name, object parameters ) : object
obj object
name string
parameters object
Résultat object

GetValue() public static méthode

public static GetValue ( object obj, string name ) : object
obj object
name string
Résultat object

GetValue() public static méthode

public static GetValue ( object obj, string name, object parameters ) : object
obj object
name string
parameters object
Résultat object

IsNumber() public static méthode

public static IsNumber ( object obj ) : bool
obj object
Résultat bool

SetIndexedValue() public static méthode

public static SetIndexedValue ( System array, object indexes, object value ) : void
array System
indexes object
value object
Résultat void

SetIndexedValue() public static méthode

public static SetIndexedValue ( object obj, object indexes, object value ) : void
obj object
indexes object
value object
Résultat void

SetValue() public static méthode

public static SetValue ( object obj, string name, object value ) : void
obj object
name string
value object
Résultat void