Constructor StoreID
StoreID(string, string)
Constructor. Simply assigns the parameters as member data.
Declaration
public StoreID(string store_, string id_)
Parameters
| Type | Name | Description |
|---|---|---|
| string | store_ | The name of the store. |
| string | id_ | The unique id of the store. |