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.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.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>

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX