Class PincodeViewModel
Class PincodeViewModel.
Inherited Members
ISynergy.Framework.Mvvm.ViewModels.ViewModelDialog<System.Boolean>.ApplyQueryAttributes(IDictionary<, >)
Namespace: ISynergy.Framework.UI.ViewModels
Assembly: ISynergy.Framework.UI.dll
Syntax
public class PincodeViewModel : ViewModelDialog<bool>, IViewModelDialog<bool>, IViewModelSelectedItem<bool>, IViewModel, ICleanup
Constructors
View SourcePincodeViewModel(IContext, IBaseCommonServices, ILogger, Object)
Initializes a new instance of the PincodeViewModel class.
Declaration
public PincodeViewModel(IContext context, IBaseCommonServices commonServices, ILogger logger, object property)
Parameters
Type | Name | Description |
---|---|---|
IContext | context | The context. |
IBaseCommonServices | commonServices | The common services. |
ILogger | logger | The logger factory. |
System.Object | property | The property. |
Properties
View SourcePincode
Gets or sets the Language property value.
Declaration
public string Pincode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pincode. |
Property
Gets or sets the Property property value.
Declaration
public object Property { get; }
Property Value
Type | Description |
---|---|
System.Object | The property. |
Title
Gets the title.
Declaration
public override string Title { get; }
Property Value
Type | Description |
---|---|
System.String | The title. |
Overrides
Methods
View SourceSubmitAsync(Boolean, Boolean)
Submits the asynchronous.
Declaration
public override Task SubmitAsync(bool e, bool validateUnderlayingProperties = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | e | if set to |
System.Boolean | validateUnderlayingProperties |
Returns
Type | Description |
---|---|
Task | Task. |
Overrides
ISynergy.Framework.Mvvm.ViewModels.ViewModelDialog<System.Boolean>.SubmitAsync(System.Boolean, System.Boolean)