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