Persistate API documentation
SingletonTarget Method (session)
NamespacesPersistateOperationSingletonTarget(Session)

[This is preliminary documentation and is subject to change.]

Finds the singleton object which this operation is performed on if its target class is a singleton class.
Declaration Syntax
C#
public Persistent SingletonTarget(
	Session session
)
Parameters
session (Session)
The current session.
Return Value
The parent class singleton object, or null if the parent class is not a singleton class.
Remarks
The target class is the ObjectClass containing the OperationGroup hierarchy which contains the Operation

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)