Game Framework
2021.05.31
IDataTable< T > 成员列表
成员的完整列表,这些成员属于
IDataTable< T >
,包括所有继承而来的类成员
AddDataRow
(string dataRowString, object userData)
IDataTable< T >
AddDataRow
(byte[] dataRowBytes, int startIndex, int length, object userData)
IDataTable< T >
Count
IDataTable< T >
FullName
IDataTable< T >
GetAllDataRows
()
IDataTable< T >
GetAllDataRows
(List< T > results)
IDataTable< T >
GetDataRow
(int id)
IDataTable< T >
GetDataRow
(Predicate< T > condition)
IDataTable< T >
GetDataRows
(Predicate< T > condition)
IDataTable< T >
GetDataRows
(Predicate< T > condition, List< T > results)
IDataTable< T >
GetDataRows
(Comparison< T > comparison)
IDataTable< T >
GetDataRows
(Comparison< T > comparison, List< T > results)
IDataTable< T >
GetDataRows
(Predicate< T > condition, Comparison< T > comparison)
IDataTable< T >
GetDataRows
(Predicate< T > condition, Comparison< T > comparison, List< T > results)
IDataTable< T >
HasDataRow
(int id)
IDataTable< T >
HasDataRow
(Predicate< T > condition)
IDataTable< T >
MaxIdDataRow
IDataTable< T >
MinIdDataRow
IDataTable< T >
Name
IDataTable< T >
RemoveAllDataRows
()
IDataTable< T >
RemoveDataRow
(int id)
IDataTable< T >
this[int id]
IDataTable< T >
Type
IDataTable< T >