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