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