SquaredUp.EAM.Library.Class.MapGroupEnterprise Application - MapGroup

SquaredUp.EAM.Library.Class.MapGroup (ClassType)

A single group of components and hosting objects within the map collection of an Enterprise Application as created by Squared Up Visual Application Discovery & Analysis.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfcbfd3b2-4b9d-592c-a00d-81c999b8427c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
SquaredUp.EAM.Library.Class.MapGroup:
ApplicationId  guid  Enterprise Application Id The Id of the Enterprise Application within which this map group is contained. true 256       
GroupId  guid  Group Id The Id of this map group (used internally by the EA Designer). true 256       
HorizIndex  int  Horizontal Index The horizontal index of this map group inside the EA map (used internally by the EA Designer). false 256       
VertIndex  int  Vertical Index The vertical index of this map group inside the EA map (used internally by the EA Designer). false 256       

Health Model:

Source Code:

<ClassType ID="SquaredUp.EAM.Library.Class.MapGroup" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="ApplicationId" Type="guid" Key="true"/>
<Property ID="GroupId" Type="guid" Key="true"/>
<Property ID="HorizIndex" Type="int" Key="false"/>
<Property ID="VertIndex" Type="int" Key="false"/>
</ClassType>