RegisterGlobalListTableAlias("SourceCode", "co_source_code", string.Empty)[NetForumBusinessObjectAttribute("SourceCode")]
public class SourceCode : NetForumEntity<NetForumBusinessObjectAttribute("SourceCode")>
Public Class SourceCode
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"SourceCode")]
public ref class SourceCode : public NetForumEntity[<NetForumBusinessObjectAttribute("SourceCode")>]
type SourceCode =
class
inherit NetForumEntity
end| SourceCode | Initializes a new instance of the SourceCode class |
| EndDate | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| InternalCode | |
| PublicCode | |
| RevisionInformation | (Inherited from NetForumEntity) |
| StartDate | |
| Type |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |