Exemplo n.º 1
0
 public IEnumerable<IRelationship> GetRelationshipsByDescriptorType(IDescriptorType descriptorType)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 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;
 }