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
object
NotificationObject
BasedOn
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class BasedOn : NotificationObject, INotifyPropertyChanged

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>

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX