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