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