ArcFM Solution Developer Guide
WithHazard Method


Type of Hazard
Optional: The remarks on the hazard
Optional: the time public safety arrived on site.
Add hazard on same feature as the customer call
Syntax
'Declaration
 
Public Function WithHazard( _
   ByVal type As HazardTypeDomain, _
   Optional ByVal remarks As System.String, _
   Optional ByVal timePublicSafetyArr As System.Nullable(Of Date) _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim type As HazardTypeDomain
Dim remarks As System.String
Dim timePublicSafetyArr As System.Nullable(Of Date)
Dim value As SubmitCallCommand
 
value = instance.WithHazard(type, remarks, timePublicSafetyArr)
public SubmitCallCommand WithHazard( 
   HazardTypeDomain type,
   System.string remarks,
   System.Nullable<DateTime> timePublicSafetyArr
)

Parameters

type
Type of Hazard
remarks
Optional: The remarks on the hazard
timePublicSafetyArr
Optional: the time public safety arrived on site.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SubmitCallCommand Class
SubmitCallCommand Members

 

 


Send Comment