Class NeutralAssignmentStatement
An assignment statement
Inheritance
System.Object
NeutralAssignmentStatement
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralAssignmentStatement : object
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 |
---|---|
System.String |
IsValid
Indicate that the statement is not complete. Does not validate parameters for function
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParameterValues
Parameters to the function
Declaration
public List<ParameterValue> ParameterValues { get; set; }
Property Value
Type | Description |
---|---|
List<ParameterValue> |