Class PhysicalAddressTypeViewModel
Represents a PhysicalAddressTypeViewModel
Inheritance
System.Object
PhysicalAddressTypeViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhysicalAddressTypeViewModel : ViewModelBase
Constructors
| Improve this Doc View SourcePhysicalAddressTypeViewModel(PhysicalAddressType)
Initialize instance
Declaration
public PhysicalAddressTypeViewModel(PhysicalAddressType model)
Parameters
Type | Name | Description |
---|---|---|
PhysicalAddressType | model |
Properties
| Improve this Doc View SourceAllowMultiple
Gets or sets whether to allow multiple selection or not
Declaration
public bool AllowMultiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnCompanyName
Gets or sets whether the address type has its own company name
Declaration
public bool HasOwnCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnEMailAddress
Gets or sets whether the address has it's own mail addresses
Declaration
public bool HasOwnEMailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnName
Gets or sets whether the address type has its own name (firstname, lastname)
Declaration
public bool HasOwnName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnPhoneNumbers
Gets or sets whether the address has it's own phone numbers
Declaration
public bool HasOwnPhoneNumbers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsCompanyLocation
Gets or sets whether the address type is a company location
Declaration
public bool IsCompanyLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the model instance
Declaration
public PhysicalAddressType Model { get; }
Property Value
Type | Description |
---|---|
PhysicalAddressType |
PhysicalAddressKeyId
Gets or sets the model property PhysicalAddressKeyId as int
Declaration
public int? PhysicalAddressKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PhysicalAddressName
Gets or sets the model property PhysicalAddressName as string
Declaration
public string PhysicalAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseForTapiCalls
Gets or sets whether the address type is used for tapi calls
Declaration
public bool UseForTapiCalls { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |