Class MetaBaseViewModel
Model which descripes the layout of the BaseViewModel from which a ViewModel inherits
Inheritance
System.Object
MetaBaseViewModel
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: Simplic.CXUI.ViewModel
Assembly: Simplic.CXUI.ViewModel.dll
Syntax
public class MetaBaseViewModel
Constructors
| Improve this Doc View SourceMetaBaseViewModel()
Create and set default properties
Declaration
public MetaBaseViewModel()
Properties
| Improve this Doc View SourceName
Name of the class
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameForceSaveProperty
Name of the force save property
Declaration
public string NameForceSaveProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameIsDirtyProperty
Name of the is dirty property
Declaration
public string NameIsDirtyProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Namespace
Namespace of the class
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentViewModelProperty
Name of the property, which allows to create a parent-child relationship between ViewModels
Declaration
public string ParentViewModelProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RaisePropertyChangedMethod
Name of the raiseproperty changed method
Declaration
public string RaisePropertyChangedMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |