Class ZoneGroupContactAssignmentViewModel
ViewModel to represent a zone group contact assignment for views
Inheritance
System.Object
ZoneGroupContactAssignmentViewModel
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ZoneGroupContactAssignmentViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceZoneGroupContactAssignmentViewModel(ZoneGroupContactAssignment)
Initializes a new instace of ZoneGroupContactAssignmentViewModel
Declaration
public ZoneGroupContactAssignmentViewModel(ZoneGroupContactAssignment contactZoneAssignment)
Parameters
Type | Name | Description |
---|---|---|
ZoneGroupContactAssignment | contactZoneAssignment |
Properties
| Improve this Doc View SourceContactId
Gets the contact id
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsLocked
Gets or sets wherther the assignment si locked
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets or sets the model
Declaration
public ZoneGroupContactAssignment Model { get; set; }
Property Value
Type | Description |
---|---|
ZoneGroupContactAssignment |
Zone
Gets the zone
Declaration
public Zone.Zone Zone { get; set; }
Property Value
Type | Description |
---|---|
Simplic.Zone.Zone |
ZoneGroup
Gets the zone group
Declaration
public ZoneGroup ZoneGroup { get; }
Property Value
Type | Description |
---|---|
ZoneGroup |
ZoneGroupId
Gets or sets the ZoneGroupId
Declaration
public Guid ZoneGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ZoneId
Gets or sets the zone id
Declaration
public Guid ZoneId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Zones
Gets a list of all available zones
Declaration
public IList<Zone.Zone> Zones { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Zone.Zone> |