C# Class XLibrary.Threadline

Mostrar archivo Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Deepest int
DepthSet SortedSet
FixedDepths int[]
IsAlive bool
Name string
NodeDepths XLibrary.ThreadlineNode[]
Order int
Sequence List
ThreadID int

Public Methods

Method Description
Threadline ( ThreadFlow flow, int order ) : System

Method Details

Threadline() public method

public Threadline ( ThreadFlow flow, int order ) : System
flow ThreadFlow
order int
return System

Property Details

Deepest public_oe property

public int Deepest
return int

DepthSet public_oe property

public SortedSet DepthSet
return SortedSet

FixedDepths public_oe property

public int[] FixedDepths
return int[]

IsAlive public_oe property

public bool IsAlive
return bool

Name public_oe property

public string Name
return string

NodeDepths public_oe property

public ThreadlineNode[],XLibrary NodeDepths
return XLibrary.ThreadlineNode[]

Order public_oe property

public int Order
return int

Sequence public_oe property

public List Sequence
return List

ThreadID public_oe property

public int ThreadID
return int