Class PhoneNumberTypeViewModel
Represents a PhoneNumberTypeViewModel
Inheritance
System.Object
PhoneNumberTypeViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhoneNumberTypeViewModel : ViewModelBase
Constructors
| Improve this Doc View SourcePhoneNumberTypeViewModel(PhoneNumberType)
Initialize instance
Declaration
public PhoneNumberTypeViewModel(PhoneNumberType model)
Parameters
Type | Name | Description |
---|---|---|
PhoneNumberType | model |
Properties
| Improve this Doc View SourceId
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets the model instance
Declaration
public PhoneNumberType Model { get; }
Property Value
Type | Description |
---|---|
PhoneNumberType |
PhoneName
Gets or sets the model property PhoneName as string
Declaration
public string PhoneName { get; set; }
Property Value
Type | Description |
---|---|
System.String |