ArcFM Desktop Developer Guide
ActionData Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Configuration for the current service.
The version being reconciled/posted.
The name of the target version (version being reconciled with/posted to).
Indicates if edits from the child version will be accepted if conflicts are detected during the reconcile process.
Indicates if conflicts are detected only for conflicting edits of the same field.
The name of the Post Type that posting behavior is driven from, if applicable (Post Actions only).
The Post Code value from the row int the Posting Priority table corresponding to this version.
The Post Priority for the version, if applicable. It will have a value of -1 for reconcile-only services.
Creates a new GDBM ActionData instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal service As GdbmReconcilePostService, _
   ByVal version As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal targetVersionName As String, _
   ByVal childWins As Boolean, _
   ByVal columnLevel As Boolean, _
   ByVal postType As String, _
   ByVal postCode As String, _
   ByVal priority As Integer _
)
'Usage
 
Dim service As GdbmReconcilePostService
Dim version As ESRI.ArcGIS.Geodatabase.IVersion
Dim targetVersionName As String
Dim childWins As Boolean
Dim columnLevel As Boolean
Dim postType As String
Dim postCode As String
Dim priority As Integer
 
Dim instance As New ActionData(service, version, targetVersionName, childWins, columnLevel, postType, postCode, priority)
public ActionData( 
   GdbmReconcilePostService service,
   ESRI.ArcGIS.Geodatabase.IVersion version,
   string targetVersionName,
   bool childWins,
   bool columnLevel,
   string postType,
   string postCode,
   int priority
)

Parameters

service
Configuration for the current service.
version
The version being reconciled/posted.
targetVersionName
The name of the target version (version being reconciled with/posted to).
childWins
Indicates if edits from the child version will be accepted if conflicts are detected during the reconcile process.
columnLevel
Indicates if conflicts are detected only for conflicting edits of the same field.
postType
The name of the Post Type that posting behavior is driven from, if applicable (Post Actions only).
postCode
The Post Code value from the row int the Posting Priority table corresponding to this version.
priority
The Post Priority for the version, if applicable. It will have a value of -1 for reconcile-only services.
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

ActionData Class
ActionData Members

 

 


Send Comment