Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Equals (object? other) |
override int | GetHashCode () |
DataView | CreateChildView (DataRelation relation, bool followParent) |
DataView | CreateChildView (DataRelation relation) |
DataView | CreateChildView (string relationName, bool followParent) |
DataView | CreateChildView (string relationName) |
void | BeginEdit () |
void | CancelEdit () |
void | EndEdit () |
void | Delete () |
EventDescriptorCollection | GetEvents (Attribute[]? attributes) |
PropertyDescriptorCollection | GetProperties (Attribute[]? attributes) |
object? | GetPropertyOwner (PropertyDescriptor? pd) |
Package Functions | |
DataRowView (DataView dataView, DataRow row) | |
int | GetRecord () |
bool | HasRecord () |
object | GetColumnValue (DataColumn column) |
void | SetColumnValue (DataColumn column, object value) |
void | RaisePropertyChangedEvent (string propName) |
Properties | |
DataView | DataView [get] |
object | this[int ndx] [get, set] |
object | this[string property] [get, set] |
string IDataErrorInfo. | this[string colName] [get] |
string IDataErrorInfo. | Error [get] |
DataRowVersion | RowVersion [get] |
DataRowVersion | RowVersionDefault [get] |
DataRow | Row [get] |
bool | IsNew [get] |
bool | IsEdit [get] |
string | this[string columnName] [get] |
Events | |
PropertyChangedEventHandler? | PropertyChanged |
Private Member Functions | |
AttributeCollection ICustomTypeDescriptor. | GetAttributes () |
string ICustomTypeDescriptor. | GetClassName () |
string ICustomTypeDescriptor. | GetComponentName () |
TypeConverter ICustomTypeDescriptor. | GetConverter () |
EventDescriptor ICustomTypeDescriptor. | GetDefaultEvent () |
PropertyDescriptor ICustomTypeDescriptor. | GetDefaultProperty () |
object ICustomTypeDescriptor. | GetEditor (Type editorBaseType) |
EventDescriptorCollection ICustomTypeDescriptor. | GetEvents () |
EventDescriptorCollection ICustomTypeDescriptor. | GetEvents (Attribute[] attributes) |
PropertyDescriptorCollection ICustomTypeDescriptor. | GetProperties () |
PropertyDescriptorCollection ICustomTypeDescriptor. | GetProperties (Attribute[] attributes) |
object ICustomTypeDescriptor. | GetPropertyOwner (PropertyDescriptor pd) |
Private Attributes | |
readonly DataView | _dataView |
readonly DataRow | _row |
bool | _delayBeginEdit |
Static Private Attributes | |
static readonly PropertyDescriptorCollection | s_zeroPropertyDescriptorCollection = new PropertyDescriptorCollection(null) |
Definition at line 6 of file DataRowView.cs.