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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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>

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX