Show / Hide Table of Contents

Class MessageCode

Enumeration of the different types of messages.

Inheritance
System.Object
Enumeration
MessageCode
Implements
IEnumeration
System.IComparable<Enumeration>
System.IEquatable<Enumeration>
Inherited Members
Enumeration.Value
Enumeration.GetValue(Int32)
Enumeration.Parse(String, Boolean)
Enumeration.Parse(String)
Enumeration.Parse<TEnum>(String, Boolean)
Enumeration.Parse<TEnum>(String)
Enumeration.TryParse(String, Boolean, Enumeration)
Enumeration.TryParse(String, Enumeration)
Enumeration.TryParse<TEnum>(String, Boolean, TEnum)
Enumeration.TryParse<TEnum>(String, TEnum)
Enumeration.Equals(Object)
Enumeration.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ClingoSharp
Assembly: ClingoSharp.dll
Syntax
public sealed class MessageCode : Enumeration, IEnumeration, IComparable<Enumeration>, IEquatable<Enumeration>

Properties

| Improve this Doc View Source

AtomUndefined

Declaration
public static MessageCode AtomUndefined { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

FileIncluded

Declaration
public static MessageCode FileIncluded { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

GlobalVariable

Declaration
public static MessageCode GlobalVariable { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OperationUndefined

Declaration
public static MessageCode OperationUndefined { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

Other

Declaration
public static MessageCode Other { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

RuntimeError

Declaration
public static MessageCode RuntimeError { get; }
Property Value
Type Description
MessageCode
| Improve this Doc View Source

VariableUnbounded

Declaration
public static MessageCode VariableUnbounded { get; }
Property Value
Type Description
MessageCode

Methods

| Improve this Doc View Source

CompareTo(Enumeration)

Declaration
public override int CompareTo(Enumeration other)
Parameters
Type Name Description
Enumeration other
Returns
Type Description
System.Int32
Overrides
Enumeration.CompareTo(Enumeration)
| Improve this Doc View Source

Equals(Enumeration)

Declaration
public override bool Equals(Enumeration other)
Parameters
Type Name Description
Enumeration other
Returns
Type Description
System.Boolean
Overrides
Enumeration.Equals(Enumeration)
| Improve this Doc View Source

GetNames()

Declaration
public static IEnumerable<string> GetNames()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

GetValues()

Declaration
public static IEnumerable<Enumeration> GetValues()
Returns
Type Description
System.Collections.Generic.IEnumerable<Enumeration>
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

IEnumeration
System.IComparable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX