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