[NetForumBusinessObjectAttribute("PhoneType")]
public class PhoneType : NetForumEntity
<NetForumBusinessObjectAttribute("PhoneType")>
Public Class PhoneType
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"PhoneType")]
public ref class PhoneType : public NetForumEntity
[<NetForumBusinessObjectAttribute("PhoneType")>]
type PhoneType =
class
inherit NetForumEntity
end
PhoneType | Initializes a new instance of the PhoneType class |
Code | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
RevisionInformation | (Inherited from NetForumEntity) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |