C# 클래스 sb.Core.Layers.Layer

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FindDependenciesRecursive ( LayerList layerList ) : void
GetHashCode ( ) : int
InsertDependency ( int pos, Layer layer ) : void
Layer ( SliceList sliceList, Slice slice ) : System.Collections.Generic
ToString ( ) : string
Write ( IList lines ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FindDependenciesRecursive() 공개 메소드

public FindDependenciesRecursive ( LayerList layerList ) : void
layerList LayerList
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

InsertDependency() 공개 메소드

public InsertDependency ( int pos, Layer layer ) : void
pos int
layer Layer
리턴 void

Layer() 공개 메소드

public Layer ( SliceList sliceList, Slice slice ) : System.Collections.Generic
sliceList SliceList
slice sb.Core.Slices.Slice
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( IList lines ) : void
lines IList
리턴 void