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