Skip to main content

Class AssignmentsViewModel

Inheritance

↳ object

    AssignmentsViewModel

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Designer.ViewModels

Assembly: OptimaJet.Workflow.Core.dll

Syntax
[Serializable]
public class AssignmentsViewModel

Properties

Assignments

Declaration
public IEnumerable<AssignmentViewModel> Assignments { get; set; }
Property value
TypeDescription
IEnumerable<AssignmentViewModel>

Statuses

Declaration
public IEnumerable<string> Statuses { get; set; }
Property value
TypeDescription
IEnumerable<string>

Extension Methods