[ForceDeleteModeAttribute(DeleteModes.Soft)]
public abstract class CustomerPhone : CphRelationship
<ForceDeleteModeAttribute(DeleteModes.Soft)>
Public MustInherit Class CustomerPhone
Inherits CphRelationship
[ForceDeleteModeAttribute(DeleteModes::Soft)]
public ref class CustomerPhone abstract : public CphRelationship
[<AbstractClassAttribute>]
[<ForceDeleteModeAttribute(DeleteModes.Soft)>]
type CustomerPhone =
class
inherit CphRelationship
end
CustomerPhone | Initializes a new instance of the CustomerPhone class |
ContactInfoId | |
CountryId | |
CustomerId | (Inherited from CphRelationship) |
Extension | (Inherited from CphRelationship) |
FormattedNumber | (Inherited from CphRelationship) |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IsLinkedPhone | |
IsPrimary | (Inherited from CphRelationship) |
Number | |
OwnerId | |
PhoneTypeId | (Inherited from CphRelationship) |
RelatedPhoneId | (Inherited from CphRelationship) |
RevisionInformation | (Inherited from NetForumEntity) |
ValidPhoneRegex |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |
UnlinkPhone |