Show / Hide Table of Contents

Class BasedOn

Designate that an item is based on a previous item or items. Useful for branching, merging, and duplicating across agencies.

Inheritance
System.Object
NotificationObject
BasedOn
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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>

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica