Class Operation
Represents an operation on data, such as cleaning or coding the data.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
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> |