Struct CoreFunctionType
Assembly: WaaS.Core.dll
View Source
public readonly struct CoreFunctionType : ICoreTypeDefinition, IUnresolved<ICoreType>, ICoreType, ICoreSorted, ISortedExportable, ISorted, IEquatable<CoreFunctionType>
Implements:
WaaS.ComponentModel.Models.ICoreTypeDefinition, WaaS.ComponentModel.Models.IUnresolved<T>, WaaS.ComponentModel.Runtime.ICoreType, WaaS.ComponentModel.Runtime.ICoreSorted, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted, System.IEquatable<WaaS.ComponentModel.Models.CoreFunctionType>
Properties
Type
View Source
public FunctionType Type { get; }
Methods
ResolveFirstTime(IInstantiationContext)
View Source
public ICoreType ResolveFirstTime(IInstantiationContext context)
Returns
WaaS.ComponentModel.Runtime.ICoreType
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IInstantiationContext | context |
Equals(CoreFunctionType)
Indicates whether the current object is equal to another object of the same type.
View Source
public bool Equals(CoreFunctionType other)
Returns
System.Boolean
: true if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, false.
Parameters
Type | Name | Description |
---|---|---|
WaaS.ComponentModel.Models.CoreFunctionType | other | An object to compare with this object. |
Equals(object)
Indicates whether this instance and a specified object are equal.
View Source
public override bool Equals(object obj)
Returns
System.Boolean
: true if <code class="paramref">obj</code> and this instance are the same type and represent the same value; otherwise, false.
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object to compare with the current instance. |
GetHashCode()
Returns the hash code for this instance.
View Source
public override int GetHashCode()
Returns
System.Int32
: A 32-bit signed integer that is the hash code for this instance.
Implements
- WaaS.ComponentModel.Models.ICoreTypeDefinition
- WaaS.ComponentModel.Models.IUnresolved<T>
- WaaS.ComponentModel.Runtime.ICoreType
- WaaS.ComponentModel.Runtime.ICoreSorted
- WaaS.ComponentModel.Runtime.ISortedExportable
- WaaS.ComponentModel.Runtime.ISorted
System.IEquatable<WaaS.ComponentModel.Models.CoreFunctionType>