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

ManifestErrorHandler Class

An action entry in the manifest.
Meta::Conduit::ManifestErrorHandler extends Meta.Conduit.IManifestMethod.

Overview

Properties

string
ID[Get]
This is the internal fully qualified name of the method in the codebase.
string
The fully qualified name of the assembly containing the code for the action.
string
Name[Get]
The name of the action as exposed to the backend.
List< ManifestParameter >
The parameters used by the action.

Data Fields

string
Returns the fully qualified name of the declaring type of the action.

Public Member Functions

Called via JSON reflection, need preserver or it will be stripped on compile
override bool
Equals
( object obj )
Additional names by which the backend can refer to this action.
override int

Details

Properties

string Meta.Conduit.ManifestErrorHandler.ID
This is the internal fully qualified name of the method in the codebase.
string Meta.Conduit.ManifestErrorHandler.Assembly
The fully qualified name of the assembly containing the code for the action.
string Meta.Conduit.ManifestErrorHandler.Name
The name of the action as exposed to the backend.
List<ManifestParameter> Meta.Conduit.ManifestErrorHandler.Parameters
The parameters used by the action.

Fields

string Meta.Conduit.ManifestErrorHandler.DeclaringTypeName
Returns the fully qualified name of the declaring type of the action.

Member Functions

Meta.Conduit.ManifestErrorHandler.ManifestErrorHandler ( )
Called via JSON reflection, need preserver or it will be stripped on compile
override bool Meta.Conduit.ManifestErrorHandler.Equals
( object obj )
Additional names by which the backend can refer to this action.
override int Meta.Conduit.ManifestErrorHandler.GetHashCode ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon