Click or drag to resize

ReplacementCostRemark Class

Represents a remark in the residential replacement cost section
Inheritance Hierarchy
SystemObject
  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
Syntax
public sealed class ReplacementCostRemark

The ReplacementCostRemark type exposes the following members.

Properties
  NameDescription
Public propertyDateEntered
Date when remark was entered. This is a readonly field
Public propertyDescription
Remark description
Public propertyIsReadonly
Specifies if the object is readonly
Public propertyLineID
Line identifier
Public propertyLocationID
Location identifier. Should be one of the locations for which insurance has been requested
Public propertyNote
Remark notes
Public propertyPrintOnForm
Specifies if remark has to be printed on form
Public propertyRemarkID
Unique ID for the remark
Public propertyTimestamp
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