C# 클래스 LynnaLab.FileComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
parser FileParser
spacing List

공개 메소드들

메소드 설명
FileComponent ( FileParser parser, IList spacing ) : System
GetSpacing ( int index ) : int
GetString ( ) : string
SetFileParser ( FileParser p ) : void
SetSpacing ( int index, int spaces ) : void

보호된 메소드들

메소드 설명
GetSpacingHelper ( int spaces ) : string
SetProject ( Project p ) : void

메소드 상세

FileComponent() 공개 메소드

public FileComponent ( FileParser parser, IList spacing ) : System
parser FileParser
spacing IList
리턴 System

GetSpacing() 공개 메소드

public GetSpacing ( int index ) : int
index int
리턴 int

GetSpacingHelper() 보호된 정적인 메소드

protected static GetSpacingHelper ( int spaces ) : string
spaces int
리턴 string

GetString() 공개 추상적인 메소드

public abstract GetString ( ) : string
리턴 string

SetFileParser() 공개 메소드

public SetFileParser ( FileParser p ) : void
p FileParser
리턴 void

SetProject() 보호된 메소드

protected SetProject ( Project p ) : void
p Project
리턴 void

SetSpacing() 공개 메소드

public SetSpacing ( int index, int spaces ) : void
index int
spaces int
리턴 void

프로퍼티 상세

parser 보호되어 있는 프로퍼티

protected FileParser,LynnaLab parser
리턴 FileParser

spacing 보호되어 있는 프로퍼티

protected List spacing
리턴 List