Click or drag to resize

InvoiceSourceCode Class

Represents a netFORUM Invoice 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.Commerce.AccountingInvoiceSourceCode

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

The InvoiceSourceCode type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceSourceCodeInitializes a new instance of the InvoiceSourceCode class
Top
Properties
 NameDescription
Public propertyEndDate 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyInternalCode 
Public propertyIsPubliclyAvailable 
Public propertyPromotionalCode 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySourceCodeType 
Public propertyStartDate 
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