Class PhysicalAddressType
Contains a set of predefined types. May not contain all types
Inheritance
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhysicalAddressType : ICacheable
Constructors
| Improve this Doc View SourcePhysicalAddressType()
Initialize instance
Declaration
public PhysicalAddressType()
Properties
| Improve this Doc View SourceAllowMultiple
Gets or sets whether to allow multiple selection or not
Declaration
public bool AllowMultiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BusinessAddress
Business address type
Declaration
public static int BusinessAddress { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
HasOwnCompanyName
Gets or sets whether the address type has its own company name
Declaration
public bool HasOwnCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnEMailAddress
Gets or sets whether the address has it's own mail addresses
Declaration
public bool HasOwnEMailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnName
Gets or sets whether the address type has its own name (firstname, lastname)
Declaration
public bool HasOwnName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasOwnPhoneNumbers
Gets or sets whether the address has it's own phone numbers
Declaration
public bool HasOwnPhoneNumbers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsCompanyLocation
Gets or sets whether the address type is a company location
Declaration
public bool IsCompanyLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Gets the key of the current type
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Other
Other address type
Declaration
public static int Other { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PhysicalAddressKeyId
Gets or sets the property PhysicalAddressKeyId as int
Declaration
public int? PhysicalAddressKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PhysicalAddressName
Gets or sets the property PhysicalAddressName as string
Declaration
public string PhysicalAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrivateAddress
Private address type
Declaration
public static int PrivateAddress { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseForTapiCalls
Gets or sets whether the adress type is used for tapi calls
Declaration
public bool UseForTapiCalls { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnRemove()
Do nothing
Declaration
public void OnRemove()