Свойство | Type | Description | |
---|---|---|---|
Graph | |||
Name | string |
Méthode | Description | |
---|---|---|
Resource ( |
Initializes a new instance of the Resource class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
UsedBy ( ) : void |
Indicates that this resource is used by the given processes
|
|
UsedBy ( IEnumerable |
Indicates that this resource is used by the given processes
|
|
UsedBy ( |
Indicates that this resource is used by the given process
|
public Resource ( |
||
graph | The graph which this ResourceClass is part of | |
name | string | The name of this resource |
Résultat | System.Collections.Generic |
public UsedBy ( IEnumerable |
||
processes | IEnumerable |
The processes. |
Résultat | void |
public UsedBy ( |
||
process | The process. | |
Résultat | void |