Skip to main content

Class ResolvedResultType

Assembly: WaaS.Core.dll
View Source
Declaration
public class ResolvedResultType : IResultType, IValueType, IType, ISortedExportable, ISorted

Implements:
WaaS.ComponentModel.Runtime.IResultType, WaaS.ComponentModel.Runtime.IValueType, WaaS.ComponentModel.Runtime.IType, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted

Properties

Type

View Source
Declaration
public IValueType? Type { get; }

ErrorType

View Source
Declaration
public IValueType? ErrorType { get; }

Methods

Despecialize()

View Source
Declaration
public IDespecializedValueType Despecialize()
Returns

WaaS.ComponentModel.Runtime.IDespecializedValueType

ValidateEquals(IType)

View Source
Declaration
public bool ValidateEquals(IType other)
Returns

System.Boolean

Parameters
TypeName
WaaS.ComponentModel.Runtime.ITypeother

Implements