Class EnumeratorContainerViewModel
Inheritance
System.Object
EnumeratorContainerViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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: Vortex.Presentation.Controls.Wpf.Enumerators
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class EnumeratorContainerViewModel : RenderableViewModel, INotifyPropertyChanged
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
Names
Declaration
public Array Names { get; set; }
Property Value
Type | Description |
---|---|
System.Array |
Methods
SetUp()
Declaration
void SetUp()
Implements
System.ComponentModel.INotifyPropertyChanged