Show / Hide Table of Contents

Class Operation

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

Inheritance
System.Object
NotificationObject
Operation
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Operation : NotificationObject

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>

Extension Methods

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