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

ManifestAction Class

An action entry in the manifest.
Meta::Conduit::ManifestAction 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.
List< string >
Aliases[Get]
Additional names by which the backend can refer to this 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 )
override int

Details

Properties

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

Fields

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

Member Functions

Meta.Conduit.ManifestAction.ManifestAction ( )
Called via JSON reflection, need preserver or it will be stripped on compile
override bool Meta.Conduit.ManifestAction.Equals
( object obj )
No description available.
override int Meta.Conduit.ManifestAction.GetHashCode ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon