Class ItemBoxProfileViewModel
ViewModel of an ItemBoxProfileViewModel
Inheritance
Implements
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class ItemBoxProfileViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceItemBoxProfileViewModel()
Instantiates new ItemBoxProfileViewModel object
Declaration
public ItemBoxProfileViewModel()
Properties
| Improve this Doc View SourceDefaultSearchString
Gets or sets the DefaultSearchString of Model. Raises property changed.
Declaration
public string DefaultSearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets or sets the DisplayName of Model. Raises property changed.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditDataTemplate
Gets EditDataTemplate
Declaration
public string EditDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
EditDataTemplatePath
Gets EditDataTemplatePath
Declaration
public string EditDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Gets or sets the IsActive of Model. Raises property changed.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsActiveText
Gets the IsActiveText
Declaration
public string IsActiveText { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemFilterText
Gets Text for searching ItemBoxProfile
Declaration
public string ItemFilterText { get; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets ItemBoxProfile Model
Declaration
public ItemBoxProfile Model { get; }
Property Value
Type | Description |
---|---|
ItemBoxProfile |
Regex
Gets or sets the Regex of Model. Raises property changed.
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectStatement
Gets or sets the SelectStatement of Model. Raises property changed.
Declaration
public string SelectStatement { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplate
Gets ViewDataTemplate
Declaration
public string ViewDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplatePath
Gets ViewDataTemplatePath
Declaration
public string ViewDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDeleteItem()
Deletes current item from list of parent viewModel
Declaration
public bool DeleteItem()
Returns
Type | Description |
---|---|
System.Boolean | True if successful |
Initialize(ItemBoxProfile)
Sets Model of ItemBoxProfileViewModel
Declaration
public void Initialize(ItemBoxProfile model)
Parameters
Type | Name | Description |
---|---|---|
ItemBoxProfile | model | ItemBoxProfile object |
OnEditItem()
For OnEditItem
Declaration
public bool OnEditItem()
Returns
Type | Description |
---|---|
System.Boolean | True |
OnSaveItem()
For saving ItemBoxProfile
Declaration
public bool OnSaveItem()
Returns
Type | Description |
---|---|
System.Boolean | True |