Show / Hide Table of Contents

Class Operation

Represents an operation on data, such as cleaning or coding the data.

Inheritance
object
NotificationObject
Operation
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.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Operation : NotificationObject, INotifyPropertyChanged

Constructors

Operation()

Initializes a new instance of the Operation class.

Declaration
public Operation()

Properties

Description

Gets a description of the operation.

Declaration
public MultilingualString Description { get; }
Property Value
Type Description
MultilingualString

Organizations

Gets a collection of the organizations involved in the operation.

Declaration
public ObservableCollection<Organization> Organizations { get; }
Property Value
Type Description
ObservableCollection<Organization>

Methods

WatchProperties()

Watch for property changed events

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

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX