C# Class NodeService.NodeServiceExtensionMethods

显示文件 Open project: chris-tomich/Glyma

Public Methods

Method Description
GetConnectedNodes ( this node ) : IEnumerable
GetConnectedNodes ( this node, bool>.Func localDescriptorSelector ) : IEnumerable
GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func foreignDescriptorSelector ) : IEnumerable
GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func relationshipSelector ) : IEnumerable
GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func relationshipSelector, bool>.Func foreignDescriptorSelector ) : IEnumerable
GetConnectedNodes ( this node, bool>.Func relationshipSelector ) : IEnumerable
ToSoapObject ( this nodes ) : IEnumerable
ToSoapObject ( this node ) : SoapNode
ToSoapObject ( this relationship ) : SoapRelationship

Method Details

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node ) : IEnumerable
node this
return IEnumerable

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node, bool>.Func localDescriptorSelector ) : IEnumerable
node this
localDescriptorSelector bool>.Func
return IEnumerable

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func foreignDescriptorSelector ) : IEnumerable
node this
localDescriptorSelector bool>.Func
foreignDescriptorSelector bool>.Func
return IEnumerable

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func relationshipSelector ) : IEnumerable
node this
localDescriptorSelector bool>.Func
relationshipSelector bool>.Func
return IEnumerable

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node, bool>.Func localDescriptorSelector, bool>.Func relationshipSelector, bool>.Func foreignDescriptorSelector ) : IEnumerable
node this
localDescriptorSelector bool>.Func
relationshipSelector bool>.Func
foreignDescriptorSelector bool>.Func
return IEnumerable

GetConnectedNodes() public static method

public static GetConnectedNodes ( this node, bool>.Func relationshipSelector ) : IEnumerable
node this
relationshipSelector bool>.Func
return IEnumerable

ToSoapObject() public static method

public static ToSoapObject ( this nodes ) : IEnumerable
nodes this
return IEnumerable

ToSoapObject() public static method

public static ToSoapObject ( this node ) : SoapNode
node this
return SoapNode

ToSoapObject() public static method

public static ToSoapObject ( this relationship ) : SoapRelationship
relationship this
return SoapRelationship