 |
ReplacementCostRemark Class |
Represents a remark in the residential replacement cost section
Inheritance HierarchySystemObject
ASI.TAM.API.Data.UI.Account.Policy.ResidentialReplacementCostRemark
Namespace:
ASI.TAM.API.Data.UI.Account.Policy.Residential
Assembly:
ASI.TAM.API.Data.UI.Account.Policy.Residential (in ASI.TAM.API.Data.UI.Account.Policy.Residential.dll) Version: 2021.1.0.1
Syntaxpublic sealed class ReplacementCostRemark
Public NotInheritable Class ReplacementCostRemark
Dim instance As ReplacementCostRemark
The ReplacementCostRemark type exposes the following members.
Properties
| Name | Description |
---|
 | DateEntered |
Date when remark was entered. This is a readonly field
|
 | Description |
Remark description
|
 | IsReadonly |
Specifies if the object is readonly
|
 | LineID |
Line identifier
|
 | LocationID |
Location identifier. Should be one of the locations for which insurance has been requested
|
 | Note |
Remark notes
|
 | PrintOnForm |
Specifies if remark has to be printed on form
|
 | RemarkID |
Unique ID for the remark
|
 | Timestamp |
Used for enforcing concurrency rules.
|
Top
Remarks
I have decided to have this as a separate object instead of a common object for all screens. This is because they
all go to a separate table.
See Also