C# 클래스 NodeService.NodeServiceExtensionMethods

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
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

메소드 상세

GetConnectedNodes() 공개 정적인 메소드

public static GetConnectedNodes ( this node ) : IEnumerable
node this
리턴 IEnumerable

GetConnectedNodes() 공개 정적인 메소드

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

GetConnectedNodes() 공개 정적인 메소드

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

GetConnectedNodes() 공개 정적인 메소드

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

GetConnectedNodes() 공개 정적인 메소드

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
리턴 IEnumerable

GetConnectedNodes() 공개 정적인 메소드

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

ToSoapObject() 공개 정적인 메소드

public static ToSoapObject ( this nodes ) : IEnumerable
nodes this
리턴 IEnumerable

ToSoapObject() 공개 정적인 메소드

public static ToSoapObject ( this node ) : SoapNode
node this
리턴 SoapNode

ToSoapObject() 공개 정적인 메소드

public static ToSoapObject ( this relationship ) : SoapRelationship
relationship this
리턴 SoapRelationship