C# 클래스 LynnaLab.WarpSourceData

상속: Data
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultValues List[]
WarpCommands string[]
warpValueReferences List>

공개 메소드들

메소드 설명
GetNextWarp ( ) : WarpSourceData
GetPointedChainLength ( ) : int
GetPointedWarp ( ) : WarpSourceData
GetReferencedDestData ( ) : WarpDestData
GetReferencedDestGroup ( ) : WarpDestGroup
SetDestData ( WarpDestData data ) : void
SetNextWarp ( WarpSourceData next ) : bool
WarpSourceData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing ) : System

메소드 상세

GetNextWarp() 공개 메소드

public GetNextWarp ( ) : WarpSourceData
리턴 WarpSourceData

GetPointedChainLength() 공개 메소드

public GetPointedChainLength ( ) : int
리턴 int

GetPointedWarp() 공개 메소드

public GetPointedWarp ( ) : WarpSourceData
리턴 WarpSourceData

GetReferencedDestData() 공개 메소드

public GetReferencedDestData ( ) : WarpDestData
리턴 WarpDestData

GetReferencedDestGroup() 공개 메소드

public GetReferencedDestGroup ( ) : WarpDestGroup
리턴 WarpDestGroup

SetDestData() 공개 메소드

public SetDestData ( WarpDestData data ) : void
data WarpDestData
리턴 void

SetNextWarp() 공개 메소드

public SetNextWarp ( WarpSourceData next ) : bool
next WarpSourceData
리턴 bool

WarpSourceData() 공개 메소드

public WarpSourceData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing ) : System
p Project
command string
values IEnumerable
parser FileParser
spacing IList
리턴 System

프로퍼티 상세

DefaultValues 공개적으로 정적으로 프로퍼티

public static List[] DefaultValues
리턴 List[]

WarpCommands 공개적으로 정적으로 프로퍼티

public static string[] WarpCommands
리턴 string[]

warpValueReferences 공개적으로 정적으로 프로퍼티

public static List> warpValueReferences
리턴 List>