Search Results for

    Show / Hide Table of Contents

    Class CallList

    Represents a call list instance

    Inheritance
    System.Object
    CallList
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class CallList

    Constructors

    | Improve this Doc View Source

    CallList()

    Initialize new call list

    Declaration
    public CallList()

    Properties

    | Improve this Doc View Source

    Contacts

    Gets or sets the contacts which belongs the the list

    Declaration
    public ICollection<Guid> Contacts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.Guid>
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets the create-datetime of the list

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

    Id

    Gets or sets the unique id of the list

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

    Name

    Gets or sets the name of the list

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

    UserId

    Gets or sets the user id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx