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