Show / Hide Table of Contents

Class NeutralAssignmentStatement

An assignment statement

Inheritance
object
NeutralAssignmentStatement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Overrides
object.ToString()
In this article
Back to top Generated by DocFX