C# Class sb.Core.Layers.Layer

显示文件 Open project: slicebuild/sb Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FindDependenciesRecursive() public method

public FindDependenciesRecursive ( LayerList layerList ) : void
layerList LayerList
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

InsertDependency() public method

public InsertDependency ( int pos, Layer layer ) : void
pos int
layer Layer
return void

Layer() public method

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

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( IList lines ) : void
lines IList
return void