Show / Hide Table of Contents

Class ItemPickerContext

Represents information about the context in which an ItemPicker is used.

Inheritance
object
ItemPickerContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class ItemPickerContext

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
bool

IsTaskMode

Whether the user interface is in Task Mode.

Declaration
public bool IsTaskMode { get; set; }
Property Value
Type Description
bool

true if the user interface is in Task Mode; false if the user interface is in Classic Mode.

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
In this article
Back to top Generated by DocFX