FIMDW.FIMSetFIMDW.FIMSet (ClassType)

Element properties:

Base ClassFIMDW.FIMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc8fd7fee-2ce9-7efe-6a1c-24a9d5cebb64

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 the object. false 4000  False 
FIMDW.FIMEntity:
FIMObjectID  string      true 40  False 
FIMCreatedDate  datetime      false 256   
FIMCreator  string      false 40  False 
FIMDisplayName  string      false 448  False 
FIMObjectType  int      false 256   
FIMObjectTypeID  string      false 40  False 
FIMUpdatedDate  datetime      false 256   
FIMDW.FIMSet:
FIMSetDescription  string      false 448  False 
FIMSetFilter  string      false 4000  False 
FIMSetTemporal  bool      false 256   

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMSet" Accessibility="Public" Abstract="false" Base="FIMDW.FIMEntity" Hosted="false" Singleton="false" Extension="false">
<Property ID="FIMSetDescription" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMSetFilter" Type="string" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
<Property ID="FIMSetTemporal" Type="bool" Key="false" Required="false"/>
</ClassType>