Exemple #1
0
 public Enemy(ISpecificationProperty specificationProperty, ISpecificationModel relatedModel)
     : base(specificationProperty, relatedModel)
 {
 }
Exemple #2
0
 public Associated(ISpecificationProperty referencingProperty, ISpecificationProperty externallyReferencingProperty)
     : base(referencingProperty, externallyReferencingProperty)
 {
     this.relationshipType = RelationshipType.Associate;
 }
Exemple #3
0
 public IllegitimateParent(ISpecificationProperty referencingProperty, ISpecificationModel relatedModel)
     : base(referencingProperty, relatedModel)
 {
 }
Exemple #4
0
 public Associated(ISpecificationProperty referencingProperty, ISpecificationModel relatedModel)
     : base(referencingProperty, relatedModel)
 {
     this.relationshipType = RelationshipType.Associate;
 }
Exemple #5
0
 public Admire(ISpecificationProperty referencingProperty, ISpecificationModel relatedModel)
     : base(referencingProperty, relatedModel)
 {
 }
Exemple #6
0
 public Godchild(ISpecificationProperty referencingProperty, ISpecificationModel relatedModel)
     : base(referencingProperty, relatedModel)
 {
 }
Exemple #7
0
 public Parent(ISpecificationProperty referencingProperty, ISpecificationProperty externallyReferencingProperty)
     : base(referencingProperty, externallyReferencingProperty)
 {
     this.relationshipType = Framework.RelationshipType.Parent;
 }
Exemple #8
0
 public Parent(ISpecificationProperty referencingProperty, ISpecificationModel relatedModel)
     : base(referencingProperty, relatedModel)
 {
     this.relationshipType = Framework.RelationshipType.Parent;
 }