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)

Definition

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

Constructors

InvoiceSourceCodeInitializes a new instance of the InvoiceSourceCode class

Properties

Methods

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

See Also