C# Class NodeService.NodeServiceExtensionMethods

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode 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 méthode

public static GetConnectedNodes ( this node ) : IEnumerable
node this
Résultat IEnumerable

GetConnectedNodes() public static méthode

public static GetConnectedNodes ( this node, bool>.Func localDescriptorSelector ) : IEnumerable
node this
localDescriptorSelector bool>.Func
Résultat IEnumerable

GetConnectedNodes() public static méthode

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

GetConnectedNodes() public static méthode

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

GetConnectedNodes() public static méthode

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
Résultat IEnumerable

GetConnectedNodes() public static méthode

public static GetConnectedNodes ( this node, bool>.Func relationshipSelector ) : IEnumerable
node this
relationshipSelector bool>.Func
Résultat IEnumerable

ToSoapObject() public static méthode

public static ToSoapObject ( this nodes ) : IEnumerable
nodes this
Résultat IEnumerable

ToSoapObject() public static méthode

public static ToSoapObject ( this node ) : SoapNode
node this
Résultat SoapNode

ToSoapObject() public static méthode

public static ToSoapObject ( this relationship ) : SoapRelationship
relationship this
Résultat SoapRelationship