Click or drag to resize

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)
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmSourceCode

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("SourceCode")]
public class SourceCode : NetForumEntity

The SourceCode type exposes the following members.

Constructors
 NameDescription
Public methodSourceCodeInitializes a new instance of the SourceCode class
Top
Properties
 NameDescription
Public propertyEndDate 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyInternalCode 
Public propertyPublicCode 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStartDate 
Public propertyType 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also