SourceCode Class

Represents a netFORUM Source Code. This version of the entity only works with netFORUM 2014 or later. To enable support for previous versions, include the following method call on your bootstrapper configuration object:
C#
RegisterGlobalListTableAlias("SourceCode", "co_source_code", string.Empty)

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("SourceCode")]
public class SourceCode : NetForumEntity
Inheritance
Object    NetForumEntity    SourceCode

Constructors

SourceCodeInitializes a new instance of the SourceCode class

Properties

EndDate 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
InternalCode 
PublicCode 
RevisionInformation
(Inherited from NetForumEntity)
StartDate 
Type 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also