Uses reflection to find fields of the specified object that implement ISeries, and registers those objects.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void RegisterMembers(
	Object obj,
	Symbol symbol
)
Visual Basic (Declaration)
Public Sub RegisterMembers ( _
	obj As Object, _
	symbol As Symbol _
)
Visual C++
public:
void RegisterMembers(
	Object^ obj, 
	Symbol^ symbol
)

Parameters

obj
Type: System..::.Object
The object whose members should be registered.
symbol
Type: RightEdge.Common..::.Symbol
The symbol to which the object's series belong.

See Also