FIMDW.FIMObjectAttributeBindingFIMDW.FIMObjectAttributeBinding (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb15454ec-bca0-d44e-9e03-5577a480aabf

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.FIMObjectAttributeBinding:
FIMObjectID  string      true 40  False 
FIMObjectAttributeBindingAttributeKey  int      false 256   
FIMObjectAttributeBindingAttributeObjectID  string      false 40  False 
FIMObjectAttributeBindingIntegerMax  int      false 256   
FIMObjectAttributeBindingIntegerMin  int      false 256   
FIMObjectAttributeBindingObjectID  string      false 40  False 
FIMObjectAttributeBindingObjectTypeKey  int      false 256   
FIMObjectAttributeBindingObjectTypeObjectID  string      false 40  False 
FIMObjectAttributeBindingStringRegex  string      false 448  False 

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMObjectAttributeBinding" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false" Extension="false">
<Property ID="FIMObjectID" Type="string" Key="true" MaxLength="40" MinLength="0" Required="true"/>
<Property ID="FIMObjectAttributeBindingAttributeKey" Type="int" Key="false" Required="false"/>
<Property ID="FIMObjectAttributeBindingAttributeObjectID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMObjectAttributeBindingIntegerMax" Type="int" Key="false" Required="false"/>
<Property ID="FIMObjectAttributeBindingIntegerMin" Type="int" Key="false" Required="false"/>
<Property ID="FIMObjectAttributeBindingObjectID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMObjectAttributeBindingObjectTypeKey" Type="int" Key="false" Required="false"/>
<Property ID="FIMObjectAttributeBindingObjectTypeObjectID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMObjectAttributeBindingStringRegex" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
</ClassType>