Class ContactTypeViewModel
Represents a ContactTypeViewModel
Inheritance
System.Object
ContactTypeViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactTypeViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceContactTypeViewModel(ContactType)
Initialize instance
Declaration
public ContactTypeViewModel(ContactType model)
Parameters
Type | Name | Description |
---|---|---|
ContactType | model |
Properties
| Improve this Doc View SourceContactTypeKeyId
Gets or sets the model property ContactTypeKeyId as int
Declaration
public int? ContactTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DependentContactTypeKeyId
Gets or sets the dependent contact type key
Declaration
public int? DependentContactTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
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 ContactType Model { get; }
Property Value
Type | Description |
---|---|
ContactType |
PrimaryPhysicalAddressTypeId
Gets or sets the default address type id
Declaration
public int PrimaryPhysicalAddressTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeName
Gets or sets the model property TypeName as string
Declaration
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |