Search Results for

    Show / Hide Table of Contents

    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 Source

    ZoneGroupContactAssignmentViewModel(ZoneGroupContactAssignment)

    Initializes a new instace of ZoneGroupContactAssignmentViewModel

    Declaration
    public ZoneGroupContactAssignmentViewModel(ZoneGroupContactAssignment contactZoneAssignment)
    Parameters
    Type Name Description
    ZoneGroupContactAssignment contactZoneAssignment

    Properties

    | Improve this Doc View Source

    ContactId

    Gets the contact id

    Declaration
    public long ContactId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Guid

    Gets or sets the guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsLocked

    Gets or sets wherther the assignment si locked

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Gets or sets the model

    Declaration
    public ZoneGroupContactAssignment Model { get; set; }
    Property Value
    Type Description
    ZoneGroupContactAssignment
    | Improve this Doc View Source

    Zone

    Gets the zone

    Declaration
    public Zone.Zone Zone { get; set; }
    Property Value
    Type Description
    Simplic.Zone.Zone
    | Improve this Doc View Source

    ZoneGroup

    Gets the zone group

    Declaration
    public ZoneGroup ZoneGroup { get; }
    Property Value
    Type Description
    ZoneGroup
    | Improve this Doc View Source

    ZoneGroupId

    Gets or sets the ZoneGroupId

    Declaration
    public Guid ZoneGroupId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ZoneId

    Gets or sets the zone id

    Declaration
    public Guid ZoneId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx