Show / Hide Table of Contents

Interface IContextValue

Inherited Members
IHasUniversalID.ControllerID
Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Core.dll
Syntax
[ForceCreateView]
public interface IContextValue : IController, IViewController, IHasUniversalID

Properties

CanAutoAssign

Declaration
bool CanAutoAssign { get; set; }
Property Value
Type Description
System.Boolean

ChoosesType

Declaration
[SyncToView(null, true)]
Type ChoosesType { get; set; }
Property Value
Type Description
System.Type

Name

Declaration
[SyncToView(null, true)]
string Name { get; }
Property Value
Type Description
System.String

Methods

CanFill(Type)

Declaration
bool CanFill(Type containedType)
Parameters
Type Name Description
System.Type containedType
Returns
Type Description
System.Boolean

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾