Click or drag to resize
ChargeCodeLookup Class
Charge Code is simple semi-static dictionary (ID + displayable name) This object is not created as localized dictionary because its content can be fully customized by end user, including renaming predefined records. Charge Code is a property of Financial Record; it’s exposed and used when Customer Invoicing module is off. Currently there is no business logic associated with this field; it’s just some code which client’s accounting may define for a particular WO and use it for their own purpose.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesLookupCorrigoEntity
        CorrigoService.EntitiesChargeCodeLookup

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ChargeCodeLookup : LookupCorrigoEntity

The ChargeCodeLookup type exposes the following members.

Properties
  NameDescription
Public propertyCode
Code. Zero-length value is acceptable. Max Length=256
Top
See Also