public IEnumerable<IRelationship> GetRelationshipsByDescriptorType(IDescriptorType descriptorType)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public CompendiumRelationshipDescriptor(INode node, IRelationship relationship, IDescriptorType descriptorType)
 {
     Node           = node;
     Relationship   = relationship;
     DescriptorType = descriptorType;
 }
 public CompendiumRelationshipDescriptor(INode node, IRelationship relationship, IDescriptorType descriptorType)
 {
     Node = node;
     Relationship = relationship;
     DescriptorType = descriptorType;
 }