Interface IContextValue
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