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

ManifestAction Class

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

Constructors

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

Fields

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

Properties

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

Methods

Equals ( obj )
Signature
override bool Meta.Conduit.ManifestAction.Equals(object obj)
Parameters
obj: object
Returns
override bool
GetHashCode ()
Signature
override int Meta.Conduit.ManifestAction.GetHashCode()
Returns
override int