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

ManifestParameter Class

Represents a method parameter/argument in the manifest.

Overview

Properties

string
Name[Get]
This is the parameter name as exposed to the backend (slot or role)
string
This is the technical name of the parameter in the actual method in codebase.
string
A fully qualified name exposed to the backend for uniqueness.
string
This is the data type of the parameter, exposed as an entity type.
string
The assembly containing the data type.
string
The fully qualified name of the parameter data type.
List< string >
Aliases[Get]
Additional names by which the backend can refer to this parameter.
List< string >
Example values this parameter can accept.

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.ManifestParameter.Name
This is the parameter name as exposed to the backend (slot or role)
string Meta.Conduit.ManifestParameter.InternalName
This is the technical name of the parameter in the actual method in codebase.
string Meta.Conduit.ManifestParameter.QualifiedName
A fully qualified name exposed to the backend for uniqueness.
string Meta.Conduit.ManifestParameter.EntityType
This is the data type of the parameter, exposed as an entity type.
string Meta.Conduit.ManifestParameter.TypeAssembly
The assembly containing the data type.
string Meta.Conduit.ManifestParameter.QualifiedTypeName
The fully qualified name of the parameter data type.
List<string> Meta.Conduit.ManifestParameter.Aliases
Additional names by which the backend can refer to this parameter.
List<string> Meta.Conduit.ManifestParameter.Examples
Example values this parameter can accept.

Member Functions

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