public PartyRelationshipConstraint(PartyRelationshipType relationshipType, Func <PartyRelationship, PartyRole, bool> predicate) : this()
 {
     RelationshipType = relationshipType;
     Predicate        = predicate;
 }
Example #2
0
 public PartyRelationship(PartyRelationshipType typ) : this()
 {
     Type = typ;
     Type.Relationship[Type.Title] = this;
 }