ArcFM Responder Mobile Developer Guide
ActionType Enumeration






Syntax
'Declaration
 
Public Enum ActionType 
   Inherits System.Enum
'Usage
 
Dim instance As ActionType
public enum ActionType : System.Enum 
public enum ActionType = class(System.Enum)
public enum ActionType extends System.Enum
__value public enum ActionType : public System.Enum 
public enum class ActionType : public System.Enum 
Members
MemberDescription
PostReaction is inherent to a Post process.
ReconcileReaction is inherent to a Reconcile process.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Geodatabase.GeodatabaseManager.ActionType

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

Miner.Geodatabase.GeodatabaseManager Namespace

Send Feedback