Class TcoDataExchangeViewModel
Inheritance
System.Object
Vortex.Presentation.BindableBase
Vortex.Presentation.RenderableViewModelBase
Vortex.Presentation.Wpf.RenderableViewModel
TcoDataExchangeViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Vortex.Presentation.BindableBase.SetProperty<T>(T, T, System.String)
Vortex.Presentation.BindableBase.OnPropertyChanged(System.String)
Vortex.Presentation.BindableBase.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcoData
Assembly: TcOpen.Inxton.Data.Wpf.dll
Syntax
public class TcoDataExchangeViewModel : RenderableViewModel, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceTcoDataExchangeViewModel()
Declaration
public TcoDataExchangeViewModel()
Properties
| Improve this Doc View SourceDataViewModel
Declaration
public dynamic DataViewModel { get; }
Property Value
Type | Description |
---|---|
System.Object |
Model
Declaration
public override object Model { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Vortex.Presentation.RenderableViewModelBase.Model
Methods
| Improve this Doc View SourceCreateBrowsable(TcoDataExchange)
Declaration
void CreateBrowsable(TcoDataExchange dataExchangeObject)
Parameters
Type | Name | Description |
---|---|---|
TcoDataExchange | dataExchangeObject |
UpdateAvailability()
Declaration
protected virtual void UpdateAvailability()
Implements
System.ComponentModel.INotifyPropertyChanged