Frictionfree : Most of the code is obsoleted!

29 views
Skip to first unread message

Mohammad Sarrami

unread,
May 13, 2014, 1:26:18 AM5/13/14
to neo4j...@googlegroups.com
Can any body uptodate this code?
this is part of the frictionfree Project 

     public IEnumerable<Node<Interest>> Get()
        {
            var interests = 
                graphClient.RootNode
                    .Out<ReferenceDataCategory>(HasReferenceData.TypeKey)
                    .Out<Interests>(HasInterests.TypeKey)
                    .Out<Interest>(HasInterest.TypeKey)
                    .ToArray()
                    .OrderBy(i => i.Data.Name);

             return interests;
        }


or this query

 var anyAdmins = graphClient
                .RootNode
                .In<User>(Administers.TypeKey)
                .Any();

the RootNode is no longer return a valid value and it is null as it should not to be.


Tatham Oddie

unread,
May 13, 2014, 1:55:18 AM5/13/14
to neo4j...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Neo4jClient" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4jclient...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Romiko van de dronker Derbynew

unread,
May 13, 2014, 2:22:18 AM5/13/14
to neo4j...@googlegroups.com
Perhaps I should shutdown FrictionFree....
--
Romiko Derbynew
Mobile: +61 4000 90251




Reply all
Reply to author
Forward
0 new messages