Click or drag to resize
Model Class
Asset's Model. Model is main object of KnowledgeBase hierarchy.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesModel

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

The Model type exposes the following members.

Properties
  NameDescription
Public propertyAllowAnonymousRequests
True means anonymous submission is allowed for assets linked to this Model.
Public propertyAssetCategoryId
Public propertyAttributeDescriptors
Attribute Descriptors
Public propertyChargeCode
Custom charge back classification defined by client; used primarily when Customer Invoicing module is off.
Public propertyDescription
Description. Max Length=256
Public propertyDisplayAs
Displayable name. Max Length=80
Public propertyGlAccount
GL Account number.
Public propertyInstructions
Service Instructions, optional. Max. length is 3072. This field contains HTML message shown to the end user when new WO is created.
Public propertyNumber
External number. Might be provided by integration; also used by WON. This field is either empty or unique among all Models.
Public propertyPublic
True means Model represents public area building (distinction between residential and public area buildings is important for Service Request Wizard in Customer Portal application).
Public propertySubComponentIdx
Used by Customer Portal, Service Request wizard.
Public propertyTasks
Top
See Also