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 SourceCallList()
Initialize new call list
Declaration
public CallList()
Properties
| Improve this Doc View SourceContacts
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> |
CreateDateTime
Gets or sets the create-datetime of the list
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Gets or sets the unique id of the list
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name of the list
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets or sets the user id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |