Skip to content
Snippets Groups Projects
Commit df42a9dc authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Documentation Attribute

parent 328b7873
No related branches found
No related tags found
No related merge requests found
AdminViewRow_entity
=======
= AdminViewRow_entity
Displays the rows of administrative information of a entity.
The entity "DefaultAdminView_entity" uses the data for display the rows (for example Person-ID, Contact-ID)
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>AttributeRelation_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/AttributeRelation_entity/documentation.adoc</documentation>
<title>Attribute</title>
<grantDeleteProcess>%aditoprj%/entity/AttributeRelation_entity/grantDeleteProcess.js</grantDeleteProcess>
<titlePlural>Attributes</titlePlural>
......@@ -29,6 +30,7 @@
</entityParameter>
<entityProvider>
<name>TreeProvider</name>
<documentation>%aditoprj%/entity/AttributeRelation_entity/entityfields/treeprovider/documentation.adoc</documentation>
<dependencies>
<entityDependency>
<name>e0a7a4bc-ec7f-4f09-9b94-cbeb328cd7b8</name>
......@@ -161,6 +163,7 @@
</entityParameter>
<entityProvider>
<name>AttributeRelations</name>
<documentation>%aditoprj%/entity/AttributeRelation_entity/entityfields/attributerelations/documentation.adoc</documentation>
<dependencies>
<entityDependency>
<name>69560cc2-d92a-453c-9e64-fb712a538c4f</name>
......
= AttributeRelation_entity
Entity for handling the relation and the value when its set in an module
\ No newline at end of file
= Attribute_entity - AttributeRelations
Provides the information of all relations / Returns a list of relations
\ No newline at end of file
= Attribute_entity - TreeProvider
Provides the information for the attribute relation to display it via tree
\ No newline at end of file
......@@ -32,6 +32,7 @@
</entityField>
<entityProvider>
<name>SpecificAttribute</name>
<documentation>%aditoprj%/entity/AttributeUsage_entity/entityfields/specificattribute/documentation.adoc</documentation>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
......
Attribute Usage
===============
----
an entity for defining in what contexts an attribute can be used
= AttributeUsage_entity
----
an entity for defining in what contexts an attribute can be used
----
\ No newline at end of file
= AttributeUsage_entity - SpecificAttribute
Returns the information for a specific Attribute.
When you want a list of all AtributeUsage then use the #Provider
\ No newline at end of file
Attribute
=========
----
an entity for the definition of attributes
----
= Attribute_entity
----
an entity for the definition of attributes
----
The Attribute entity is for creating new attributes that can be used in different other entitys.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment