ParameterReference<T>
Class in Arbor / Inherits from: ParameterReferenceBase<T>
Description
A parameter reference class that allows you to specify the value type with a generic type.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Value type |
Inherited Members
Fields
Field Name | Description |
---|---|
id | ID. |
name | Paramenter name. |
Properties
Property Name | Description |
---|---|
constantContainer | Container specifying a constant |
container | Is stored to that container. |
overrideConstraint | override ClassConstraintInfo |
parameter | Get the parameters. null if it does not exist. |
referenceType | Returns theTypeto be referenced. |
type | Reference type of ParameterContainer |
value | Value of the parameter |
Methods
Method Name | Description |
---|---|
Disconnect | Disconnect the data slot. |
GetConstraint | Return information on type constraints. |
GetConstraintAttributes | Gets the attribute that constrains the type of parameter. |
GetDefault | Get the default value. Used when the parameter is unreferenced. |