| Model Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Model : RemovableCorrigoEntity
The Model type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowAnonymousRequests | 
            True means anonymous submission is allowed for assets linked to this Model.
             | 
|  | AssetCategoryId | |
|  | AttributeDescriptors | 
            Attribute Descriptors
             | 
|  | ChargeCode | 
            Custom charge back classification defined by client; used primarily when Customer Invoicing module is off. 
             | 
|  | Description | 
            Description. Max Length=256
             | 
|  | DisplayAs | 
            Displayable name. Max Length=80
             | 
|  | GlAccount | 
            GL Account number.
             | 
|  | Instructions | 
            Service Instructions, optional. Max. length is 3072. This field contains HTML message shown to the end user when new WO is created. 
             | 
|  | Number | 
            External number. Might be provided by integration; also used by WON. This field is either empty or unique among all Models.
             | 
|  | Public | 
            True means Model represents public area building (distinction between residential and public area buildings is important for Service Request Wizard in Customer Portal application).
             | 
|  | SubComponentIdx | 
            Used by Customer Portal, Service Request wizard. 
             | 
|  | Tasks | 
 See Also
See Also