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