Class BasedOn
Designate that an item is based on a previous item or items. Useful for branching, merging, and duplicating across agencies.
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class BasedOn : NotificationObject
Properties
Code
A flag representing the type of based on operation that created this item
Declaration
public CodeValue Code { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
Description
Description to document the relationship to the previous version of the item
Declaration
public MultilingualString Description { get; set; }
Property Value
Type | Description |
---|---|
MultilingualString |
Items
The previous item on which the current item is (partially) based.
Declaration
public ObservableCollection<TypedIdTriple> Items { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<TypedIdTriple> |