C# Class sb.Core.Layers.Layer

Afficher le fichier Open project: slicebuild/sb Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FindDependenciesRecursive() public méthode

public FindDependenciesRecursive ( LayerList layerList ) : void
layerList LayerList
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InsertDependency() public méthode

public InsertDependency ( int pos, Layer layer ) : void
pos int
layer Layer
Résultat void

Layer() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( IList lines ) : void
lines IList
Résultat void