Show / Hide Table of Contents

Interface IBank

The common bank interface for runtime state management.

Namespace: Stem
Assembly: Stem.dll
Syntax
public interface IBank

Methods

| Improve this Doc View Source

GetBankID()

Returns the bank ID.

Declaration
ID GetBankID()
Returns
Type Description
ID

An ID value.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX