Interface IBank
The common bank interface for runtime state management.
Namespace: Stem
Assembly: Stem.dll
Syntax
public interface IBank
Methods
| Improve this Doc View SourceGetBankID()
Returns the bank ID.
Declaration
ID GetBankID()
Returns
Type | Description |
---|---|
ID | An ID value. |
RegenerateBankID()
Generates a new unique ID for the bank.
Declaration
void RegenerateBankID()
Remarks
This method is automatically called by Stem during serialization process. Don't call it manually as it may break existing ID references.