Skip to main content

Class ResolvedOptionType

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

Implements:
WaaS.ComponentModel.Runtime.IOptionType, 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; }

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