string | ID[Get] This is the internal fully qualified name of the method in the codebase. |
string | Assembly[Get] 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 > | Parameters[Get] The parameters used by the action. |
string | DeclaringTypeName[Get] Returns the fully qualified name of the declaring type of the action. |
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 | GetHashCode ( ) |
| 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. |
| string Meta.Conduit.ManifestErrorHandler.DeclaringTypeName |
|---|
Returns the fully qualified name of the declaring type of the action. |
| 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.
|