API reference

ManifestErrorHandler Class

Extends Meta.Conduit.IManifestMethod
An action entry in the manifest.

Constructors

ManifestErrorHandler ()
Called via JSON reflection, need preserver or it will be stripped on compile
Signature
Meta.Conduit.ManifestErrorHandler.ManifestErrorHandler()

Fields

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

Properties

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

Methods

Equals ( obj )
Additional names by which the backend can refer to this action.
Signature
override bool Meta.Conduit.ManifestErrorHandler.Equals(object obj)
Parameters
obj: object
Returns
override bool
GetHashCode ()
Signature
override int Meta.Conduit.ManifestErrorHandler.GetHashCode()
Returns
override int