Class PhoneNumber
Represents a phone number entry for a contact
Inheritance
System.Object
PhoneNumber
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhoneNumber : IContactAssignable
Constructors
| Improve this Doc View SourcePhoneNumber()
Initialize new phone number instance
Declaration
public PhoneNumber()
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact-id to which the phone number belongs
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Id
Unique phone number guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the mail address
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumberId
Unique phonenumber id
Declaration
public long? PhoneNumberId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PhoneNumberKeyId
Gets or sets the type of the mail address
Declaration
public int PhoneNumberKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PhysicalAddressId
Gets or sets the physical address type id
Declaration
public long? PhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Type
Gets or sets the current phone number type
Declaration
public PhoneNumberType Type { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumberType |