ArcFM Responder Mobile Developer Guide
AccountTypeDomain Enumeration






The AccountType Domain The AccountType as defined in the default version of DatabaseSchemaConfig
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Enum AccountTypeDomain 
   Inherits System.Enum
'Usage
 
Dim instance As AccountTypeDomain
[System.Serializable()]
public enum AccountTypeDomain : System.Enum 
public enum AccountTypeDomain = class(System.Enum)
System.SerializableAttribute()
public enum AccountTypeDomain extends System.Enum
[System.Serializable()]
__value public enum AccountTypeDomain : public System.Enum 
[System.Serializable()]
public enum class AccountTypeDomain : public System.Enum 
Members
MemberDescription
Hospital 
Industrial 
PumpStation 
Residential 
School 
TrafficLight 
Undefined 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Responder.Shared.SchemaObjects.AccountTypeDomain

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.Responder.Shared.SchemaObjects Namespace

Send Feedback