ArcFM Responder Mobile Developer Guide
PxActionData Constructor






Configuration for the current service.
The version being processed.
The name of the target version (version being reconciled with/posted to).
The Px node associated with the version being processed.
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 (ArcGIS 9.2 only).
The name of the Post Type that posting behavior is driven from, if applicable (Post Actions only).
The Post Code value from the row in the Post Queue table corresponding to this version.
The priority assigned to the version being posted, based on the value in the Post Queue table.
Creates a new PxActionData instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal service As GdbmReconcilePostService, _
   ByVal version As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal targetVersionName As System.String, _
   ByVal pxNode As IMMPxNode, _
   ByVal childWins As System.Boolean, _
   ByVal columnLevel As System.Boolean, _
   ByVal postType As System.String, _
   ByVal postCode As System.String, _
   ByVal priority As System.Integer _
)
'Usage
 
Dim service As GdbmReconcilePostService
Dim version As ESRI.ArcGIS.Geodatabase.IVersion
Dim targetVersionName As System.String
Dim pxNode As IMMPxNode
Dim childWins As System.Boolean
Dim columnLevel As System.Boolean
Dim postType As System.String
Dim postCode As System.String
Dim priority As System.Integer
 
Dim instance As New PxActionData(service, version, targetVersionName, pxNode, childWins, columnLevel, postType, postCode, priority)
public PxActionData( 
   GdbmReconcilePostService service,
   ESRI.ArcGIS.Geodatabase.IVersion version,
   System.string targetVersionName,
   IMMPxNode pxNode,
   System.bool childWins,
   System.bool columnLevel,
   System.string postType,
   System.string postCode,
   System.int priority
)
public PxActionData( 
    service: GdbmReconcilePostService;
    version: ESRI.ArcGIS.Geodatabase.IVersion;
    targetVersionName: System.String;
    pxNode: IMMPxNode;
    childWins: System.Boolean;
    columnLevel: System.Boolean;
    postType: System.String;
    postCode: System.String;
    priority: System.Integer
); 
public function PxActionData( 
   service : GdbmReconcilePostService,
   version : ESRI.ArcGIS.Geodatabase.IVersion,
   targetVersionName : System.String,
   pxNode : IMMPxNode,
   childWins : System.boolean,
   columnLevel : System.boolean,
   postType : System.String,
   postCode : System.String,
   priority : System.int
);
public: PxActionData( 
   GdbmReconcilePostService* service,
   ESRI.ArcGIS.Geodatabase.IVersion* version,
   System.string* targetVersionName,
   IMMPxNode* pxNode,
   System.bool childWins,
   System.bool columnLevel,
   System.string* postType,
   System.string* postCode,
   System.int priority
)
public:
PxActionData( 
   GdbmReconcilePostService^ service,
   ESRI.ArcGIS.Geodatabase.IVersion^ version,
   System.String^ targetVersionName,
   IMMPxNode^ pxNode,
   System.bool childWins,
   System.bool columnLevel,
   System.String^ postType,
   System.String^ postCode,
   System.int priority
)

Parameters

service
Configuration for the current service.
version
The version being processed.
targetVersionName
The name of the target version (version being reconciled with/posted to).
pxNode
The Px node associated with the version being processed.
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 (ArcGIS 9.2 only).
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 in the Post Queue table corresponding to this version.
priority
The priority assigned to the version being posted, based on the value in the Post Queue table.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxActionData Class
PxActionData Members

Send Feedback