The IObservableTuple type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Clone()()()() | (Inherited from ICloneable.) | |
Equals(T) | (Inherited from IEquatable<(Of <(<'IObservableTuple>)>)>.) | |
GetAttributes()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetClassName()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetComponentName()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetConverter()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetDefaultEvent()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetDefaultProperty()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetEditor(Type) | (Inherited from ICustomTypeDescriptor.) | |
GetEvents()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetEvents(array<Attribute>[]()[][]) | (Inherited from ICustomTypeDescriptor.) | |
GetPreviousValues()()()() |
Returns an IObservableTuple containing the values of the current
instance prior to the last update. This can be useful when a NotifyPropertyChanged
event is received to access the value of the changed field prior the change, for example
to calculate deltas. May return null if the implementation does not track old values.
| |
GetProperties()()()() | (Inherited from ICustomTypeDescriptor.) | |
GetProperties(array<Attribute>[]()[][]) | (Inherited from ICustomTypeDescriptor.) | |
GetPropertyOwner(PropertyDescriptor) | (Inherited from ICustomTypeDescriptor.) | |
GetTuple()()()() |
Returns the underlying Tuple.
Changes to the fields of the returned object WILL be reflected
in this instance of ObservableTuple.
| |
GetTupleID()()()() |
Returns the ID given to this tuple by the server.
|