Class PhoneNumberType
Represents a PhoneNumberType
Inheritance
System.Object
PhoneNumberType
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 PhoneNumberType
Constructors
| Improve this Doc View SourcePhoneNumberType()
Initialize instance
Declaration
public PhoneNumberType()
Properties
| Improve this Doc View SourceId
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PhoneName
Gets or sets the property PhoneName as string
Declaration
public string PhoneName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumberKeyId
Gets or sets the property PhoneNumberKeyId as int
Declaration
public int? PhoneNumberKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |