Persistate API documentation
FindOperation Method (fullyQualifiedName)
NamespacesPersistateOperationFindOperation(String)

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

Finds the Operation with a particular fully qualified name.
Declaration Syntax
C#
public static Operation FindOperation(
	string fullyQualifiedName
)
Parameters
fullyQualifiedName (String)
The fully qualified operation name in the format packageName.className{.operationGroupName}.operationName. There may be more than one operation group name depending on the depth of nesting of the operation. Note that the Package and ObjectClass name part of this is not the fully qualified class name. This latter contains the model namespace name and not the package name.
Return Value
The found Operation, or null if it does not exist, or if a null or empty string was passed.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the supplied name is not of the correct format.

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