Class NeutralAssignmentStatement
An assignment statement
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralAssignmentStatement
Properties
Assigned
Identifier for the InParameter or outparameter for the subject of the statement
Declaration
public IdentifierTriple Assigned { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
FunctionName
Name of the assignment function
Declaration
public string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsValid
Indicate that the statement is not complete. Does not validate parameters for function
Declaration
[JsonIgnore]
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool |
ParameterValues
Parameters to the function
Declaration
public List<ParameterValue> ParameterValues { get; set; }
Property Value
Type | Description |
---|---|
List<ParameterValue> |
Methods
ToString()
Returns a string representing the assignment.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |