Class ItemPickerContext
Represents information about the context in which an ItemPicker is used.
Inheritance
System.Object
ItemPickerContext
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class ItemPickerContext : object
Constructors
ItemPickerContext()
Initializes a new instance of the ItemPickerContext class.
Declaration
public ItemPickerContext()
Properties
EditorType
The type of item being edited, from which a reference will be made.
Declaration
public Guid EditorType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsFromCustomField
Gets or sets a value indicating whether the item picker is choosing an item for a CustomField
.
Declaration
public bool IsFromCustomField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTaskMode
Whether the user interface is in Task Mode.
Declaration
public bool IsTaskMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Roots
The top level nodes, generally representing repositories.
Declaration
public Collection<Node> Roots { get; protected set; }
Property Value
Type | Description |
---|---|
Collection<Node> |
TypeToSelect
The type of item being sought, to which a reference will be made.
Declaration
public Guid TypeToSelect { get; set; }
Property Value
Type | Description |
---|---|
Guid |