API reference
API reference
Select your platform
No SDKs available
No versions available

Manifest Class

The manifest is the core artifact generated by Conduit that contains the relevant information about the app. This information can be used to train the backend or dispatch incoming requests to methods.

Properties

The App ID.
The version of the Manifest format.
A human friendly name for the application/domain.
List of relevant entities.
List of relevant actions (methods).
If entities are resolved, this will hold their data types. This will be empty if entities were not explicitly resolved.

Fields

List of error handlers (methods).

Public Statics

A list of registered callbacks

Member Functions

Called via JSON reflection, need preserver or it will be stripped on compile
Resolves all entity types using reflection
Tuple< MethodInfo, Type > GetMethodInfo
( IManifestMethod action )
Processes all actions in the manifest and associate them with the methods they should invoke.
Returns true if the manifest contains the specified action.
Parameters
actionId
The action ID to check for.
Returns
True if the action exists, false otherwise.
Returns the invocation context for the specified action ID.
Parameters
actionId
The action ID.
Returns
The invocationContext.
override string ToString ( )
List< InvocationContext > GetErrorHandlerContexts ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon