[NetForumBusinessObjectAttribute("co_address_type")]
public class AddressType : NetForumEntity<NetForumBusinessObjectAttribute("co_address_type")>
Public Class AddressType
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"co_address_type")]
public ref class AddressType : public NetForumEntity[<NetForumBusinessObjectAttribute("co_address_type")>]
type AddressType =
class
inherit NetForumEntity
end| AddressType | Initializes a new instance of the AddressType 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) |