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
Boolean

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