Example #1
0
 public IEnumerable <BinaryPropertyContainer> GetAllBinaryProperties(
     PropertyHyperGraphFilter.BinaryPropertyFilter myFilter)
 {
     return(_Vertex.GetAllBinaryProperties(myFilter));
 }
Example #2
0
 public IEnumerable <Tuple <long, System.IO.Stream> > GetAllBinaryProperties(
     PropertyHyperGraphFilter.BinaryPropertyFilter myFilter)
 {
     return(_Vertex.GetAllBinaryProperties(myFilter));
 }