Create Association
data class CreateAssociation(val element: UtilityAssociationsFormElement, val filter: UtilityAssociationsFilter, val featureSource: UtilityAssociationFeatureSource, val candidate: UtilityAssociationFeatureCandidate) : FeatureFormNavigationRoute
Indicates the route for creating a new association with the selected UtilityAssociationFeatureCandidate.
Since
300.0.0
Parameters
element
The UtilityAssociationsFormElement where the association is being added.
filter
The selected UtilityAssociationsFilter.
feature Source
The selected UtilityAssociationFeatureSource the candidate belongs to.
candidate
The selected UtilityAssociationFeatureCandidate.