• Guides
  • API Reference
  • Changelog
Show / Hide Table of Contents
  • DCR
    • EventKind
    • Expression
    • Flat
    • Graph
    • IEvent
    • Marking
    • NotEnabled
    • Path
    • TimeManager
    • Tools
    • UserNotAllowed
    • Value
  • DCR.Time
    • Duration
    • Timezones

Class Flat

Auxiliary type for processing the structure of a DCR graph when "flattened"

Inheritance
System.Object
Flat
Namespace: DCR
Assembly: Engine.dll
Syntax
public class Flat : Object

Properties

Conditions

Declaration
public IEnumerable<Tuple<string, string>> Conditions { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Tuple<System.String, System.String>>

Events

Declaration
public IEnumerable<string> Events { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Excludes

Declaration
public IEnumerable<Tuple<string, string>> Excludes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Tuple<System.String, System.String>>

Includes

Declaration
public IEnumerable<Tuple<string, string>> Includes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Tuple<System.String, System.String>>

Milestones

Declaration
public IEnumerable<Tuple<string, string>> Milestones { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Tuple<System.String, System.String>>

Responses

Declaration
public IEnumerable<Tuple<string, string>> Responses { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Tuple<System.String, System.String>>
In This Article
Back to top © 2019 DCR Solutions