Class EnumeratorContainerViewModel
Inheritance
System.Object
    Vortex.Presentation.BindableBase
    Vortex.Presentation.RenderableViewModelBase
    
    EnumeratorContainerViewModel
      
      
      
      
      
      
      
      
  Inherited Members
      Vortex.Presentation.BindableBase.SetProperty<T>(T, T, System.String)
    
    
      Vortex.Presentation.BindableBase.OnPropertyChanged(System.String)
    
    
      Vortex.Presentation.BindableBase.PropertyChanged
    
  Namespace: Vortex.Presentation.Controls.Wpf.Enumerators
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class EnumeratorContainerViewModel : RenderableViewModel
  Constructors
EnumeratorContainerViewModel()
Declaration
public EnumeratorContainerViewModel()
  Fields
isReadonly
Declaration
bool isReadonly
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
names
Declaration
Array names
  Field Value
| Type | Description | 
|---|---|
| System.Array | 
Properties
EnumDiscriminatorAttribute
Declaration
public EnumeratorDiscriminatorAttribute EnumDiscriminatorAttribute { get; }
  Property Value
| Type | Description | 
|---|---|
| EnumeratorDiscriminatorAttribute | 
EnumeratorContainer
Declaration
public EnumeratorContainer EnumeratorContainer { get; }
  Property Value
| Type | Description | 
|---|---|
| EnumeratorContainer | 
IsEnabled
Declaration
public bool IsEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Model
Declaration
public override object Model { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
Overrides
Vortex.Presentation.RenderableViewModelBase.Model
  
  
  
  Names
Declaration
public Array Names { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Array | 
Methods
SetUp()
Declaration
void SetUp()