Class ByteEditorViewModel
Inheritance
System.Object
ByteEditorViewModel
Assembly: Experior.Core.dll
Syntax
public class ByteEditorViewModel : ViewModelBase
Constructors
ByteEditorViewModel()
Declaration
public ByteEditorViewModel()
Properties
AlternateRowColor
Declaration
public SolidColorBrush AlternateRowColor { get; set; }
Property Value
Type |
Description |
System.Windows.Media.SolidColorBrush |
|
Buffer
Declaration
public Buffer Buffer { get; set; }
Property Value
BufferType
Declaration
public BufferTypes BufferType { get; set; }
Property Value
Bytes
Declaration
public ObservableCollection<ByteItem> Bytes { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<ByteItem> |
|
ClearAllocated
Declaration
public bool ClearAllocated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Columns
Declaration
public ObservableCollection<GridColumn> Columns { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<GridColumn> |
|
Connection
Declaration
public Connection Connection { get; set; }
Property Value
Invalidated
Declaration
public bool Invalidated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedBit
Declaration
public short SelectedBit { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
SelectedByte
Declaration
public int SelectedByte { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SetColumns
Declaration
public bool SetColumns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Timer
Declaration
public DispatcherTimer Timer { get; set; }
Property Value
Type |
Description |
System.Windows.Threading.DispatcherTimer |
|
Methods
BytesToBits(Byte[])
Declaration
public List<byte> BytesToBits(byte[] _bytes)
Parameters
Type |
Name |
Description |
System.Byte[] |
_bytes |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.Byte> |
|
ChangeSource(String)
Declaration
public void ChangeSource(string source)
Parameters
Type |
Name |
Description |
System.String |
source |
|
DrawBytes()
Declaration
ToggleBit(Int32, Int32)
Declaration
public void ToggleBit(int listIndex, int columnIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
listIndex |
|
System.Int32 |
columnIndex |
|
Events
ColumnsChanged
Declaration
public event EventHandler ColumnsChanged
Event Type
Type |
Description |
System.EventHandler |
|
InvalidatedChanged
Declaration
public event EventHandler InvalidatedChanged
Event Type
Type |
Description |
System.EventHandler |
|
OnClearAllocation
Declaration
public event EventHandler OnClearAllocation
Event Type
Type |
Description |
System.EventHandler |
|