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