Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
virtual DataRowView | AddNew () |
void | BeginInit () |
void | EndInit () |
void | CopyTo (Array array, int index) |
void | CopyTo (T[] array, int arrayIndex) |
void | Delete (int index) |
void | Dispose () |
int | Find (object? key) |
int | Find (object?[] key) |
DataRowView[] | FindRows (object? key) |
DataRowView[] | FindRows (object?[] key) |
IEnumerator | GetEnumerator () |
int | Add (object? value) |
void | Add (T item) |
bool | Contains (object? value) |
bool | Contains (T item) |
int | IndexOf (object? value) |
int | IndexOf (T item) |
void | Insert (int index, object? value) |
void | Insert (int index, T item) |
void | Remove (object? value) |
bool | Remove (T item) |
DataTable | ToTable () |
DataTable | ToTable (string? tableName) |
DataTable | ToTable (bool distinct, params string[] columnNames) |
DataTable | ToTable (string? tableName, bool distinct, params string[] columnNames) |
virtual bool | Equals (DataView? view) |
virtual ? object | GetService (Type service) |
override? string | ToString () |
Protected Member Functions | |
void | Close () |
override void | Dispose (bool disposing) |
virtual void | IndexListChanged (object sender, ListChangedEventArgs e) |
virtual void | OnListChanged (ListChangedEventArgs e) |
void | Open () |
void | Reset () |
void | UpdateIndex () |
virtual void | UpdateIndex (bool force) |
virtual void | ColumnCollectionChanged (object? sender, CollectionChangeEventArgs e) |
Package Attributes | |
Func< object, DataRow, int > | comparerKeyRow |
readonly SortExpressionBuilder< DataRow > | sortExpressionBuilder |
DataRow | _addNewRow |
Static Package Attributes | |
static ListChangedEventArgs | s_resetEventArgs = new ListChangedEventArgs(ListChangedType.Reset, -1) |
Properties | |
override string | RowFilter [get, set] |
PropertyDescriptor IBindingList. | SortProperty [get] |
ListSortDescriptionCollection IBindingListView. | SortDescriptions [get] |
bool IBindingList. | IsSorted [get] |
bool | AllowDelete [get, set] |
bool | ApplyDefaultSort [get, set] |
bool | AllowEdit [get, set] |
bool IBindingList. | AllowEdit [get] |
bool | AllowNew [get, set] |
bool IBindingList. | AllowNew [get] |
int | Count [get] |
int | CountFromIndex [get] |
DataViewManager? | DataViewManager [get] |
bool | IsInitialized [get] |
bool | IsOpen [get] |
bool ICollection. | IsSynchronized [get] |
Predicate< DataRow >? | RowPredicate [get, set] |
DataViewRowState | RowStateFilter [get, set] |
string | Sort [get, set] |
Comparison< DataRow >? | SortComparison [get, set] |
object ICollection. | SyncRoot [get] |
DataTable? | Table [get, set] |
object? IList. | this[int recordIndex] [get, set] |
DataRowView | this[int recordIndex] [get] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
bool IBindingList. | AllowRemove [get] |
bool IBindingList. | SupportsChangeNotification [get] |
bool IBindingList. | SupportsSearching [get] |
bool IBindingList. | SupportsSorting [get] |
ListSortDirection IBindingList. | SortDirection [get] |
string? IBindingListView. | Filter [get, set] |
bool IBindingListView. | SupportsAdvancedSorting [get] |
bool IBindingListView. | SupportsFiltering [get] |
int | ObjectID [get] |
ListChangedEventHandler? | ListChanged |
EventHandlerList | Events [get] |
virtual ? ISite | Site [get, set] |
virtual ? IContainer | Container [get] |
virtual bool | DesignMode [get] |
EventHandler? | Disposed |
object? | this[int index] [get, set] |
T | this[int index] [get, set] |
Events | |
EventHandler? | Initialized |
Static Private Attributes | |
static int | s_objectTypeCount |
static readonly object | s_eventDisposed = new object() |
Definition at line 8 of file LinqDataView.cs.