ManifestErrorHandler
()
|
Called via JSON reflection, need preserver or it will be stripped on compile
Signature
Meta.Conduit.ManifestErrorHandler.ManifestErrorHandler() |
DeclaringTypeName
: string |
Returns the fully qualified name of the declaring type of the action.
Signature
string Meta.Conduit.ManifestErrorHandler.DeclaringTypeName |
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 |
Equals
(
obj
)
|
Additional names by which the backend can refer to this action.
Signature
override bool Meta.Conduit.ManifestErrorHandler.Equals(object obj) Parameters obj: objectReturns override bool |
GetHashCode
()
|
Signature
override int Meta.Conduit.ManifestErrorHandler.GetHashCode() Returns override int |