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