C# 클래스 XLibrary.Threadline

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Deepest int
DepthSet SortedSet
FixedDepths int[]
IsAlive bool
Name string
NodeDepths XLibrary.ThreadlineNode[]
Order int
Sequence List
ThreadID int

공개 메소드들

메소드 설명
Threadline ( ThreadFlow flow, int order ) : System

메소드 상세

Threadline() 공개 메소드

public Threadline ( ThreadFlow flow, int order ) : System
flow ThreadFlow
order int
리턴 System

프로퍼티 상세

Deepest 공개적으로 프로퍼티

public int Deepest
리턴 int

DepthSet 공개적으로 프로퍼티

public SortedSet DepthSet
리턴 SortedSet

FixedDepths 공개적으로 프로퍼티

public int[] FixedDepths
리턴 int[]

IsAlive 공개적으로 프로퍼티

public bool IsAlive
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

NodeDepths 공개적으로 프로퍼티

public ThreadlineNode[],XLibrary NodeDepths
리턴 XLibrary.ThreadlineNode[]

Order 공개적으로 프로퍼티

public int Order
리턴 int

Sequence 공개적으로 프로퍼티

public List Sequence
리턴 List

ThreadID 공개적으로 프로퍼티

public int ThreadID
리턴 int