Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | DataRowReferenceComparer |
class | RowPredicateFilter |
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 | |
DataRow | _addNewRow |
Static Package Attributes | |
static ListChangedEventArgs | s_resetEventArgs = new ListChangedEventArgs(ListChangedType.Reset, -1) |
Properties | |
bool | AllowDelete [get, set] |
bool | ApplyDefaultSort [get, set] |
bool | AllowEdit [get, set] |
bool | AllowNew [get, set] |
int | Count [get] |
int | CountFromIndex [get] |
DataViewManager? | DataViewManager [get] |
bool | IsInitialized [get] |
bool | IsOpen [get] |
bool ICollection. | IsSynchronized [get] |
virtual ? string | RowFilter [get, set] |
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. | AllowNew [get] |
bool IBindingList. | AllowEdit [get] |
bool IBindingList. | AllowRemove [get] |
bool IBindingList. | SupportsChangeNotification [get] |
bool IBindingList. | SupportsSearching [get] |
bool IBindingList. | SupportsSorting [get] |
bool IBindingList. | IsSorted [get] |
PropertyDescriptor? IBindingList. | SortProperty [get] |
ListSortDirection IBindingList. | SortDirection [get] |
string? IBindingListView. | Filter [get, set] |
ListSortDescriptionCollection IBindingListView. | SortDescriptions [get] |
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 16 of file DataView.cs.