string | Name[Get] This is the parameter name as exposed to the backend (slot or role) |
string | InternalName[Get] This is the technical name of the parameter in the actual method in codebase. |
string | QualifiedName[Get] A fully qualified name exposed to the backend for uniqueness. |
string | EntityType[Get] This is the data type of the parameter, exposed as an entity type. |
string | TypeAssembly[Get] The assembly containing the data type. |
string | QualifiedTypeName[Get] 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 > | Examples[Get] Example values this parameter can accept. |
Called via JSON reflection, need preserver or it will be stripped on compile | |
override bool | Equals ( object obj ) |
override int | GetHashCode ( ) |
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. |
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.
|