ArcFM Solution Developer Guide
WriteStatusChangeRequestFromDiscretePhase Constructor(String,String,Phases,Boolean,DateTime,Int32,Boolean)


Syntax
'Declaration
 
Public Function New( _
   ByVal tableName As System.String, _
   ByVal guid As System.String, _
   ByVal phase As Miner.NetworkModel.Electric.Phases, _
   ByVal phaseIsClosed As System.Boolean, _
   ByVal dateTime As System.Date, _
   ByVal owner As System.Integer, _
   ByVal isFault As System.Boolean _
)
'Usage
 
Dim tableName As System.String
Dim guid As System.String
Dim phase As Miner.NetworkModel.Electric.Phases
Dim phaseIsClosed As System.Boolean
Dim dateTime As System.Date
Dim owner As System.Integer
Dim isFault As System.Boolean
 
Dim instance As New WriteStatusChangeRequestFromDiscretePhase(tableName, guid, phase, phaseIsClosed, dateTime, owner, isFault)
public WriteStatusChangeRequestFromDiscretePhase( 
   System.string tableName,
   System.string guid,
   Miner.NetworkModel.Electric.Phases phase,
   System.bool phaseIsClosed,
   System.DateTime dateTime,
   System.int owner,
   System.bool isFault
)

Parameters

tableName
guid
phase
phaseIsClosed
dateTime
owner
isFault
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

WriteStatusChangeRequestFromDiscretePhase Class
WriteStatusChangeRequestFromDiscretePhase Members
Overload List

 

 


Send Comment