MSA.IOModuleHP MSA2000 I/O Module

MSA.IOModule (ClassType)

Element properties:

Base ClassMSA.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdee48fed9-d464-e40f-196b-10549d39e085

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
MSA.IOModule:
DurableID  string  Durable ID false 256  False 
Position  string  Position false 256  False 
PartNumber  string  Part Number false 256  False 
SerialNumber  string  Serial Number false 256  False 
ControllerID  string  Controller ID true 256  False 

Health Model:

Source Code:

<ClassType ID="MSA.IOModule" Accessibility="Public" Abstract="false" Base="MSA.Device" Hosted="true" Singleton="false">
<Property ID="ControllerID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PartNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Position" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DurableID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>