Méthode | Description | |
---|---|---|
AddM_ ( object list, object list2 ) : void | ||
Add_ ( object list, object go ) : void | ||
BringToDown ( |
||
BringToUp ( |
||
ColumnWidth ( |
||
Compare ( object obj1, object obj2 ) : bool | ||
Concat ( object one, object two ) : string | ||
Convert ( System.DateTime a ) : decimal | ||
Convert ( decimal a ) : decimal | ||
Convert ( double a ) : decimal | ||
Convert ( int a ) : decimal | ||
Convert ( long a ) : decimal | ||
Convert ( object a ) : decimal | ||
DayOfMonth ( System.DateTime date, int year, int month ) : int | ||
Each ( IEnumerable list, |
||
Each ( IEnumerable | ||
EndItem ( IEnumerable | ||
First ( object list ) : object | ||
Format ( int obj, string format ) : string | ||
FormatToMoney ( decimal obj ) : string | ||
FormatToMoney ( object obj ) : string | ||
GetMaxNum ( IEnumerable | ||
GetMinNum ( IEnumerable | ||
GetProperty ( object o, string name ) : |
||
GetPropertyValue ( object o, |
||
GetPropertyValue ( object o, string name ) : object | ||
GetTop ( System.Windows.Controls.Panel ui ) : string | ||
IndexOf ( object one, object two ) : int | ||
MathRound ( decimal value, int decimals ) : double | ||
MathRound ( object value, int decimals ) : double | ||
MathRoundO ( decimal value, int decimals ) : double | ||
Max ( IEnumerable | ||
NewMethodCall ( object obj, string methodName ) : object | ||
NewMethodCall ( object obj, string methodName, object param ) : object | ||
NullToEmpty ( object o ) : object | ||
Pos ( object go, object list ) : int | ||
RemoveTop ( System.Windows.Controls.Panel ui ) : void | ||
ReplaceStr ( object obj, string format ) : string | ||
SetPropertyValue ( object o, |
||
SetPropertyValue ( object o, |
||
SetPropertyValue ( object o, |
||
SetPropertyValue ( object o, |
||
SetPropertyValue ( object o, |
||
SetSelected ( IEnumerable | ||
SetSource ( |
||
Split ( object a, object b, int i ) : object | ||
Sum ( IEnumerable |
||
ToBool ( bool a ) : bool | ||
ToBool ( object a ) : bool | ||
ToChinaMoney ( object money ) : string | ||
ToDate ( object obj ) : System.DateTime | ||
ToDouble ( object obj ) : double | ||
ToInt ( decimal obj ) : int | ||
ToInt ( object obj ) : int | ||
ToList ( object list, string childPropertyName ) : BaseObjectList | ||
ToList2 ( object list ) : BaseObjectList | ||
ToLong ( object obj ) : long | ||
ToMonthEnd ( object obj ) : System.DateTime | ||
ToObject ( System.DateTime a ) : object | ||
ToObject ( bool a ) : object | ||
ToObject ( decimal a ) : object | ||
ToObject ( double a ) : object | ||
ToObject ( int a ) : object | ||
ToObject ( object a ) : object | ||
ToObject ( string a ) : object | ||
ToObjectList ( object list ) : BaseObjectList | ||
ToString ( IEnumerable list, |
||
ToString ( IEnumerable |
||
ToString ( object obj ) : string | ||
ToString ( object obj, string format ) : string | ||
ToStringWithSQ ( IEnumerable list, |
||
ToStringWithSQ ( IEnumerable |
||
ToUri ( string str ) : |
||
ToVisibility ( object o ) : Visibility | ||
ToWhere ( object list ) : string | ||
Where ( object obj, |
public static AddM_ ( object list, object list2 ) : void | ||
list | object | |
list2 | object | |
Résultat | void |
public static Add_ ( object list, object go ) : void | ||
list | object | |
go | object | |
Résultat | void |
public static BringToDown ( |
||
ui | ||
Résultat | void |
public static BringToUp ( |
||
ui | ||
parent | ||
Résultat | void |
public static ColumnWidth ( |
||
grid | ||
col | int | |
width | string | |
Résultat | void |
public static Compare ( object obj1, object obj2 ) : bool | ||
obj1 | object | |
obj2 | object | |
Résultat | bool |
public static Concat ( object one, object two ) : string | ||
one | object | |
two | object | |
Résultat | string |
public static Convert ( System.DateTime a ) : decimal | ||
a | System.DateTime | |
Résultat | decimal |
public static Convert ( decimal a ) : decimal | ||
a | decimal | |
Résultat | decimal |
public static Convert ( double a ) : decimal | ||
a | double | |
Résultat | decimal |
public static Convert ( object a ) : decimal | ||
a | object | |
Résultat | decimal |
public static DayOfMonth ( System.DateTime date, int year, int month ) : int | ||
date | System.DateTime | |
year | int | |
month | int | |
Résultat | int |
public static Each ( IEnumerable list, |
||
list | IEnumerable | |
d | ||
Résultat | void |
public static Each ( IEnumerable |
||
list | IEnumerable |
|
d | ||
Résultat | void |
public static EndItem ( IEnumerable |
||
list | IEnumerable |
|
d | ||
money | decimal | |
Résultat |
public static First ( object list ) : object | ||
list | object | |
Résultat | object |
public static Format ( int obj, string format ) : string | ||
obj | int | |
format | string | |
Résultat | string |
public static FormatToMoney ( decimal obj ) : string | ||
obj | decimal | |
Résultat | string |
public static FormatToMoney ( object obj ) : string | ||
obj | object | |
Résultat | string |
public static GetMaxNum ( IEnumerable |
||
list | IEnumerable |
|
Résultat | double |
public static GetMinNum ( IEnumerable |
||
list | IEnumerable |
|
Résultat | double |
public static GetProperty ( object o, string name ) : |
||
o | object | |
name | string | |
Résultat |
public static GetPropertyValue ( object o, |
||
o | object | |
pi | ||
Résultat | object |
public static GetPropertyValue ( object o, string name ) : object | ||
o | object | |
name | string | |
Résultat | object |
public static GetTop ( System.Windows.Controls.Panel ui ) : string | ||
ui | System.Windows.Controls.Panel | |
Résultat | string |
public static IndexOf ( object one, object two ) : int | ||
one | object | |
two | object | |
Résultat | int |
public static MathRound ( decimal value, int decimals ) : double | ||
value | decimal | |
decimals | int | |
Résultat | double |
public static MathRound ( object value, int decimals ) : double | ||
value | object | |
decimals | int | |
Résultat | double |
public static MathRoundO ( decimal value, int decimals ) : double | ||
value | decimal | |
decimals | int | |
Résultat | double |
public static Max ( IEnumerable |
||
list | IEnumerable |
|
d | ||
Résultat | object |
public static NewMethodCall ( object obj, string methodName ) : object | ||
obj | object | |
methodName | string | |
Résultat | object |
public static NewMethodCall ( object obj, string methodName, object param ) : object | ||
obj | object | |
methodName | string | |
param | object | |
Résultat | object |
public static NullToEmpty ( object o ) : object | ||
o | object | |
Résultat | object |
public static Pos ( object go, object list ) : int | ||
go | object | |
list | object | |
Résultat | int |
public static RemoveTop ( System.Windows.Controls.Panel ui ) : void | ||
ui | System.Windows.Controls.Panel | |
Résultat | void |
public static ReplaceStr ( object obj, string format ) : string | ||
obj | object | |
format | string | |
Résultat | string |
public static SetPropertyValue ( object o, |
||
o | object | |
pi | ||
value | bool | |
Résultat | void |
public static SetPropertyValue ( object o, |
||
o | object | |
pi | ||
value | decimal | |
Résultat | void |
public static SetPropertyValue ( object o, |
||
o | object | |
pi | ||
value | double | |
Résultat | void |
public static SetPropertyValue ( object o, |
||
o | object | |
pi | ||
value | int | |
Résultat | void |
public static SetPropertyValue ( object o, |
||
o | object | |
pi | ||
value | object | |
Résultat | void |
public static SetSelected ( IEnumerable |
||
list | IEnumerable |
|
d | ||
money | decimal | |
Résultat | IEnumerable |
public static SetSource ( |
||
c | ||
name | string | |
Résultat | void |
public static Split ( object a, object b, int i ) : object | ||
a | object | |
b | object | |
i | int | |
Résultat | object |
public static Sum ( IEnumerable |
||
list | IEnumerable |
|
d | ||
Résultat | object |
public static ToChinaMoney ( object money ) : string | ||
money | object | |
Résultat | string |
public static ToDate ( object obj ) : System.DateTime | ||
obj | object | |
Résultat | System.DateTime |
public static ToDouble ( object obj ) : double | ||
obj | object | |
Résultat | double |
public static ToList ( object list, string childPropertyName ) : BaseObjectList | ||
list | object | |
childPropertyName | string | |
Résultat | BaseObjectList |
public static ToList2 ( object list ) : BaseObjectList | ||
list | object | |
Résultat | BaseObjectList |
public static ToMonthEnd ( object obj ) : System.DateTime | ||
obj | object | |
Résultat | System.DateTime |
public static ToObject ( System.DateTime a ) : object | ||
a | System.DateTime | |
Résultat | object |
public static ToObject ( decimal a ) : object | ||
a | decimal | |
Résultat | object |
public static ToObject ( double a ) : object | ||
a | double | |
Résultat | object |
public static ToObject ( object a ) : object | ||
a | object | |
Résultat | object |
public static ToObject ( string a ) : object | ||
a | string | |
Résultat | object |
public static ToObjectList ( object list ) : BaseObjectList | ||
list | object | |
Résultat | BaseObjectList |
public static ToString ( IEnumerable list, |
||
list | IEnumerable | |
d | ||
Résultat | string |
public static ToString ( IEnumerable |
||
list | IEnumerable |
|
d | ||
Résultat | string |
public static ToString ( object obj ) : string | ||
obj | object | |
Résultat | string |
public static ToString ( object obj, string format ) : string | ||
obj | object | |
format | string | |
Résultat | string |
public static ToStringWithSQ ( IEnumerable list, |
||
list | IEnumerable | |
d | ||
Résultat | string |
public static ToStringWithSQ ( IEnumerable |
||
list | IEnumerable |
|
d | ||
Résultat | string |
public static ToUri ( string str ) : |
||
str | string | |
Résultat |
public static ToVisibility ( object o ) : Visibility | ||
o | object | |
Résultat | Visibility |
public static ToWhere ( object list ) : string | ||
list | object | |
Résultat | string |
public static Where ( object obj, |
||
obj | object | |
where | ||
Résultat | IEnumerable |