Example #1
0
		public static DslModeling::LinkedElementCollection<global::ORMSolutions.ORMArchitect.ORMAbstraction.ConceptTypeAssimilatesConceptType> GetAssimilationPath(TableIsAlsoForConceptType element)
		{
			return new DslModeling::LinkedElementCollection<global::ORMSolutions.ORMArchitect.ORMAbstraction.ConceptTypeAssimilatesConceptType>(element, TableIsAlsoForConceptTypeDomainRoleId);
		}
Example #2
0
		/// <summary>
		/// Constructor
		/// Creates a TableIsAlsoForConceptTypeHasAssimilationPath link in the same Partition as the given TableIsAlsoForConceptType
		/// </summary>
		/// <param name="source">TableIsAlsoForConceptType to use as the source of the relationship.</param>
		/// <param name="target">ConceptTypeAssimilatesConceptType to use as the target of the relationship.</param>
		public TableIsAlsoForConceptTypeHasAssimilationPath(TableIsAlsoForConceptType source, global::ORMSolutions.ORMArchitect.ORMAbstraction.ConceptTypeAssimilatesConceptType target)
			: base((source != null ? source.Partition : null), new DslModeling::RoleAssignment[]{new DslModeling::RoleAssignment(TableIsAlsoForConceptTypeHasAssimilationPath.TableIsAlsoForConceptTypeDomainRoleId, source), new DslModeling::RoleAssignment(TableIsAlsoForConceptTypeHasAssimilationPath.AssimilationDomainRoleId, target)}, null)
		{
		}