Class StagingItemRowExtensions
Class StagingItemRowExtensions.
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public static class StagingItemRowExtensions
Methods
GetElement(StagingItemRow)
Gets the element.
Declaration
public static StagingElement GetElement(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
StagingElement | StagingElement. |
GetEnterCommands(StagingItemRow)
Gets the enter commands.
Declaration
public static List<Command> GetEnterCommands(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
List<Command> | List<Commands.Command>. |
GetExitCommands(StagingItemRow)
Gets the exit commands.
Declaration
public static List<Command> GetExitCommands(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
List<Command> | List<Commands.Command>. |
GetID(StagingItemRow)
Gets the identifier.
Declaration
public static string GetID(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
String | System.String. |
GetItem(StagingItemRow)
Gets the item.
Declaration
public static StagingItem GetItem(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
StagingItem | StagingItem. |
HasEnterCommands(StagingItemRow)
Determines whether [has enter commands] [the specified item row].
Declaration
public static bool HasEnterCommands(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
Boolean |
|
HasExitCommands(StagingItemRow)
Determines whether [has exit commands] [the specified item row].
Declaration
public static bool HasExitCommands(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
Boolean |
|
HasValidID(StagingItemRow)
Determines whether [has valid identifier] [the specified item row].
Declaration
public static bool HasValidID(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
Boolean |
|
IsValidElement(StagingItemRow)
Determines whether [is valid element] [the specified item row].
Declaration
public static bool IsValidElement(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
Boolean |
|
IsValidItem(StagingItemRow)
Determines whether [is valid item] [the specified item row].
Declaration
public static bool IsValidItem(this StagingItemRow itemRow)
Parameters
Type | Name | Description |
---|---|---|
StagingItemRow | itemRow | The item row. |
Returns
Type | Description |
---|---|
Boolean |
|